Home Forums Theme support distance between menu and main

Tagged: , ,

This topic contains 7 replies, has 2 voices, and was last updated by  7Theme Support 6 years, 4 months ago.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Hello Support,

    can you help me?

    the distance between menu and main is very big in the mobile version! How can I make it smaller?
    see: http://www.boesemaedchen.net

    thank you

    randy

    Hi Randy,

    we checked it, the space between is because you don’t use a logo, normally the space is needed for the for the logo. If you want you can remove it with this CSS code (just add it at the end of your style.css file):

    #the_header .sg_center_vertical {
    display:none !important;
    }
    .has_no_slider.has_no_custom_header_content #header.p61 + * {
    padding-top:0 !important;
    }

    please, can you tell me where to find the style.css file?

    I tried it with the style.css -> design -> editor -> style.css
    do you mean this file?
    Since I have the code at the end inserted but found no change.

    i think, i have found it!

    Yes, it’s the file you need to change. Has it solved the problem?

    So if I use the lines there, I see no change!

    it’s crazy, but now is ok 🙂

    Ok, perfect! 🙂

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.