• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 27.10.20, 15:17
  • Opened by: Sylvain Duval
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #19585 - Column padding

Hello,

As you can see on my srcreen shot, I have 15px padding on the left and right side of my image, even if I specified 0px on my back office.
On this page : https://www.ocape.fr/content/6-la-marque

Could you tell me how to make 0px for real ?

Thanks

Attachments:

Capture d’écran 2020-10-27 à ... (1.01 MiB)

Comments

Fred 27 Oct 2020, 19:42

try following CSS

.no-row-margin .row > div {padding:0 !important}
Sylvain Duval 28 Oct 2020, 14:08

Great it works, thanks !

Fred 28 Oct 2020, 14:08

you are welcome