How to move top nav down

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

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

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

Hope this helps…Cheers!!!

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!

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.



Source link