Small space between sections

how can i get rid of this white line
Here is a image , on mobile version no space

Hello @rotation,

Thanks for asking. :slight_smile:

Please remove following custom CSS code and that should remove the spacing under the navigation menu:

.x-navbar-fixed-top-active .x-navbar-wrap {
    margin-bottom: 2px;
}

Thanks.

the white line is still there seems that didnt work. I changed the header option then the line was no longer visible.

Thanks for your help

You’re most welcome and thanks for sharing! It could be due height, and you’re right changing it :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.