Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #279864
    Bastien Chilloux
    Participant

    Hi,
    What is the CSS code to reduce bottom margin between the site title/menu top bar ?
    I have tried reducing the bottom margin for the menu bar but a blank margin is overlapping my content images.
    How can this blank space be reduced ?

    https://bastienchilloux.com/

    #279903
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content #post-236 .entry-header {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #279907
    Bastien Chilloux
    Participant

    Perfect, thank you !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to reduce top margin’ is closed to new replies.