Viewing 5 replies - 1 through 5 (of 5 total)
  • I believe you are talking about the menu below the logo. If so, try this:

    #nav-main {
      margin-bottom: 0px;
    }

    Tried it but doesn’t work. Realised I don’t use a logo but a Title with site description under it.
    Is there something i could add in the CSS for this?

    hannah

    (@hannahritner)

    Hey guethary,
    You can use this css:

    .home .sliderclass {
        padding: 0;
    }

    And if you want even more space removed use this as well:

    .home-padding {
        padding: 0;
    }

    Hannah

    Forgotten which site it was for now! However i used:

    #nav-main {
    margin-top: 0px;
    }

    That seemed to do it-based on Atul’s recommendation and used ‘top’, instead of ‘bottom’ and works…at last getting hang of this….

    For slights where I have a slider then I will try what you recommend Hannah.

    Only issue maybe is that i use Metalsider and that may have CSS built into the CCS for the slider? (Maybe I am getting muddled!-don’t know as much as I had hoped)

    Many thanks for your advice and have a great Xmas

    hannah

    (@hannahritner)

    I tested the css I provided with your site so it should work fine to remove space:)

    Hannah

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘reduce space between slider and icon menu’ is closed to new replies.