Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #785108

    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/)

    Hebergeur d'image

    • This topic was modified 7 years, 6 months ago by mark.
    #785142

    Hey ehquionest,
    Try this code in the General Styling > Quick CSS field:

    
    #top .fullsize .related_posts {
        top: -50px!important; 
    }

    Best regards,
    Mike

    #785212

    Dear Mike,

    Thank you that’s perfect, exactly what I wanted ;-)
    But now there is a big free space too here on the capture bellow…

    Hebergeur d'image

    Merci beaucoup !

    #785257

    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

    #785266

    That works well indeed ;-)
    Thank you Mike.

    #785284

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Reduce space between element’ is closed to new replies.