• Resolved didi_loves_wordpress

    (@didi_loves_wordpress)


    I want to change the location of the the top navigation bar so there is no gap between the navigation and the body.

    .shadow-right {
    background: url(“images/shadow.png”) no-repeat scroll right bottom transparent;
    padding-bottom: 32px;
    position: relative;
    }

    I know to remove padding-bottom but this only moves the shadow effect behind the navigation bar. How do I move the rest of the navigation?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi didi,

    I may just be misunderstanding what you’re trying to do, but when I remove padding-bottom from .shadow-right, it makes it so there’s no gap between the navigation and body.
    Click here to see what I mean.

    Is that not what you are looking for? Could you please elaborate?

    Thread Starter didi_loves_wordpress

    (@didi_loves_wordpress)

    Thanks! that works. I had code in my User CSS resizing the header that I needed to change as well, and it now works.

    Im so glad i found this. I needed this as well. Do you know how i can make a div over the header image so i can place html like an add there??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mystique how to change navigation bar location’ is closed to new replies.