• Resolved alexmaten

    (@alexmaten)


    Hi! I need to move that black black navigation bar called ‘nav-full-width’ a bit down because of the logo size. It should be really easy but i couldn’t do it. I think I’ve already found the .css file and line to edit, but it didn’t work.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • tarmo66

    (@tarmo66)

    Add some padding-top to layout.css -> header#masthead

    header#masthead {
        position: relative;
        z-index: 99999;
        width: 100%;
        padding: 0;
        padding-top: 10px;
    Prabhat

    (@prabhatrai)

    Hey @alexmaten,
    Just add “padding-top: 10px;” inside “#header-wrap” styling under layout.css file at line 163.

    Hope this helps…Cheers!!!

    Thread Starter alexmaten

    (@alexmaten)

    Hey @tarmo66 thank you for your help. I tried the solution you told me but it didn’t work as I needed but It helped me learning how to edit this kind of things, and I also found the exact element, it was line 206, adding ‘marging-top’ on nav-full-width. The visual change was very similar, but I actually wanted to move down just the black bar, not he orange background itself. Thank you for your help!

    Thread Starter alexmaten

    (@alexmaten)

    Hey! @prabhatrai same as @tarmo66 , it wasnt the exact thing i wanted to change but was really similar and it helped me to do it as i wanted. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to move top nav down’ is closed to new replies.