• Hi there,

    Anyone got some code for aligning the header img with the nav-menu so they are in horizontal line with each other? Meaning that the header img is on the left side of page and the nav-menu on the right. Would be great to get some help with this ?? have tried and cant figure it out.

Viewing 1 replies (of 1 total)
  • You can try this in your child theme css

    .navigation-main {
        clear: both;  < -- comment this out
        display: block;
        float: right;
        width: 60%; < -- was 100%, adjust
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Align header img with nav-menu’ is closed to new replies.