• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 13.11.21, 16:23
  • Opened by: Lynda
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #22592 - Simple Blog CSS scope

Hi Fred!

I add the following CSS code on Simple Blog → Settings

figure { padding: 1em 0 1em; }

But this code is also applied on product page, it adds a padding at the bottom of my product images (view screenshot). Is it normal that product page load Simple Blog CSS file ?

Thank you.

Comments

Lynda 13 Nov 2021, 16:23

The screenshot.

Attachments:

Capture d’écran 2021-11-13 a... (141.9 KiB)
Fred 13 Nov 2021, 22:51

Try this CSS fix

.modal-body > figure {padding:0}