Viewing 4 posts - 1 through 4 (of 4 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

    #340889
    Anton
    Participant

    How can I make that space even smaller?

    #340891
    minal
    Keymaster

    Hello @Anton:

    Sure you can make it smaller.

    Add the below given CSS snippets to your additional CSS.

    #content.site-content {
      padding-top: 0;
    }
    
    .site-content > .wrapper {
      padding-top: 0;
    }
    
    

    You can check and add your desired value to those CSS of your liking.
    Sincerely,
    Minal

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