• Hi,
    So I’ve been trying to figure out how to make the margin between my navbar and my header image smaller but can’t seem to figure it out. Both the title (Scheppers Mechelen) and the navbar are in an ak container, the picture is not. Could someone please help me with this?
    This is the website: https://scheppersonline.be/

    Kind regards
    Bram

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    IN style.css of your current theme, look for this rule:
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {

    In this rule, you have this property: line-height:55px;

    try changing it to:
    line-height:0px;

    Thread Starter Bram Vanbilsen

    (@bram-vanbilsen)

    Hi,
    this didn’t work for me, there was not even something in my style.css file that began with “mega”, nor”mega-menu-wrap-primary”. I think that that’s like that because it’s plugin, so not integrated in the theme itself. Do you have another solution?
    I’ve also checked the line height property and it’s only 1.7px on my part.

    Moderator t-p

    (@t-p)

    what theme are you working with?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Margins aren't showing up correctly’ is closed to new replies.