Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ttrading

    (@ttrading)

    I did now see that i have a margin on my menu again also..
    I do use:

    /* Disable margin */
    @media screen and (min-width: 768px){
        .sp-max-width .col-full {
            margin: 0 !important;
        }

    Hi @ttrading

    Add below css in Appearance -> customize-> Additional css.

    .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header{
        margin-bottom: 0px !important;
    }

    Thanks
    Ahir Hemant

    Thread Starter ttrading

    (@ttrading)

    Thanks @ahir !

    Do you know why

    /* Disable margin */
    @media screen and (min-width: 768px){
        .sp-max-width .col-full {
            margin: 0 !important;
        }

    dont work any more? The menu chould be with no margin too

    @ttrading

    I checked your site and saw you’ve already added the CSS earlier suggested and the margin has been reduced between the header and main menu.

    Regarding the other CSS you used that’s not working, which menu are you referring to?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Some Space under logo to my menu’ is closed to new replies.