Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #340881
    Anton
    Participant

    How do you remove the space between the main menu and the first text on the website http://www.fotogewoon.nl?

    #340884
    minal
    Keymaster

    Hello @anton:

    To remove space between the main menu and the section below, add the CSS snippets below to your additional CSS.

    Go to Dashboard > Appearance > Customizer > Additional CSS.

    .site-content .wrapper .content-area .site-main {
       margin-top: 0 !important;
    }
    

    I hope it works for you.

    Sincerely,

    Minal

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.