-
Puneet-Gogia
I’m trying to create an author box: https://prnt.sc/ZTnx6hC1nFBG.
And in this author box, I have a Container ⇢ Grid ⇢ Container ⇢ Image: https://prnt.sc/ZbyOqCgvWrvY.
The image has a default bottom margin of 35px for the entire page.
Now I want to change this bottom margin to zero (only for the image I have inside the container).
-
Hi there,
can you share a link tot the site where i can see this ?
-
Puneet-Gogia
Added to the “Private information”. Second block with the image.
-
Ok, if you use a GenerateBlocks Image Block, you can set its Spacing > Bottom Margin to
0
-
Puneet-Gogia
Thanks, I tried but didn’t work. It is still considering the margin from the side wide css.
https://prnt.sc/ZISLpjdKy0p8
https://prnt.sc/SZXtLTGeggEUMay be there is something I am doing wrong. Please guide.
-
Fernando
Hi Puneet,
You can try adding this through Appearance > Customize > Additional CSS:
figure.gb-block-image.gb-block-image-f4cf87af > img { margin-bottom: 0; }
-
Puneet-Gogia
Thanks, it worked for me.
-
Fernando
You’re welcome, Puneet!
- You must be logged in to reply to this topic.