• hi,
    i’m working on a website with the theme “Namaste” but as soon as i started working on it i realised that there’s a space between the menu and the slider and i can’t find the line of code responsible.
    any help would be appreciated.
    here’s the link “https://www.vanlangvodao.ma”
    thank you.

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This CSS:

    #maincontent { padding-top: 0; }

    If your theme has a custom css option, add it there. If not, install the plugin “simple custom CSS” and use that to add the CSS.

    If you want this ONLY on the home page, use

    .home #maincontent { padding-top: 0; }

Viewing 1 replies (of 1 total)
  • The topic ‘eliminate the space between the menu bar and the slider’ is closed to new replies.