• Resolved giacomo.trevisan

    (@giacomotrevisan)


    Hi guys,

    how can I remove the annoying space between menu and slider? Is it possible? I would like to have header close to slider.

    This is my website.

    Many thanks in advance.

    G.

Viewing 4 replies - 1 through 4 (of 4 total)
  • A non elegant solution could be:

    #tc-reset-margin-top {
        display: none !important;
    }

    but maybe somebody else can pitch in here with a smarter solution

    Thread Starter giacomo.trevisan

    (@giacomotrevisan)

    Cool!
    It works!

    Thanks a lot Giorgio!

    n3v3rm1nd

    (@n3v3rm1nd)

    doesnt work that good it cuts to much from the slider, why the hell would you even put a space between this and break the whole layout?!?!

    http://emotionspix.de/

    Edit:

    even more dirty i think

    div#customizr-slider {
    margin-top: -10px;
    }
    header.tc-header {
    border-bottom: 0;
    }

    Giorgio25b

    (@giorgio25b)

    there are pros and cons in both solutions.
    But I still think that depends very much on the design, fonts, colors and slides images.

    Sometimes that gap is necessary and sometimes is not. I guess we will have to choose the one the fits most our needs 😉

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove space between navbar and slider’ is closed to new replies.