Archived topic
css problem on single post
8 replies · Started by jokkho on November 29, 2022
Hi there,
can you share a link to that post so i can take a look at the issue ?
Hi David,
Yes, here below
Thank you
Can you go to Customizer > Typography and edit the settings you have for the body and make sure there is a Bottom Margin value.
For reference, the default value we add there is 1.5em
Yes It worked ! Thank you David !
Oh sorry, last problem
There is no margin between the image and the title "La vitrophanie de communication"
Add this CSS:
figure {
margin-bottom: 1.5em;
}
Thanks a lot !
You're welcome

