Dear all,
I have a question for you: on my website and the post page in particular, I deleted the social medias icones between the bottow of the post and the section “you will also like”. Now, how to reduce the empty space generated by the deletion (like on picture bellow) ?
Thank you very much ;-)
My website => http://www.sblanc.com (example here https://www.sblanc.com/histoire-naturelle-de-lile-wrangel/)
Hey ehquionest,
Try this code in the General Styling > Quick CSS field:
#top .fullsize .related_posts {
top: -50px!important;
}
Best regards,
Mike
Hi,
Try this code in the General Styling > Quick CSS field:
#top .related_posts {
margin-bottom: 0px!important;
padding-bottom: 0px!important;
}
Best regards,
Mike
That works well indeed ;-)
Thank you Mike.
Hi,
We’re glad Mike was able to help you. Please let us know here in the forums if you need help with anything else.
Cheers!
Sarah