Home Forums Basel support forum Trying to remove white border between header and slider

Trying to remove white border between header and slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56045

    squirrel
    Participant

    Hello.

    I am trying to remove the little bit of white that is visible between the header and content only on mobile devices.

    Currently the row has a margin of -6.3vh however if I increase it anymore the content goes over the menu on desktop.

    Please let me know if this makes sense and how I can resolve it?

    #56086

    Hello,

    Please add this CSS to Theme Settings > Custom CSS to the device you wish to hide the line:

    .main-header {
        width: 100%;
        margin-bottom: 10px;
    }

    Best Regards

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