Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1262331

    Hey there,
    for some reason I am unable to remove the whitespace between the navigation bar and color section on mobile.
    I’ve set no padding and 0px top and bottom margin.

    See for example: https://www.restube.com/

    How can I fix this?

    #1262505

    Hey restube,

    You have this code in the css somewhere that is doing it:
    Image 2020-11-23 at 22.44.29.png

    You need to either change it or remove it.

    Best regards,
    Victoria

    #1263245

    Okay, I have checked everywhere that I know of but I didn’t find the line of code.

    Can you tell me where to find it or how to fix?

    Thank you

    #1263278

    Ciao devo agire su
    @media only screen and (max-width: 767px)
    .responsive #top #main {
    padding-top: 131px!important;

    il problema è li

    #1263283

    Hey,

    It is at the top of Enfold theme options > General Styling > Quick CSS field. I edited your code and commented it out as following in English version

    /*
    .responsive #top #main {
        padding-top: 131px !important;
    }
    */ 

    Please review your website :)

    Best regards,
    Yigit

    #1263895

    Thanks guys! Worked like a charm

    #1263911

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Can't remove whitespace between navigation bar and first content on mobile’ is closed to new replies.