• Resolved Stokers

    (@stokers)


    I am using the Evolve theme on my site. I would like to position the nav bar below the header. Currently the nav bar displays halfway down the header and corrupts the formatting of the header. Could you suggest some CSS code that would reposition the nav bar below the header. Thanks. I posted this query to WordPress support around 1 week ago, haven’t had a response yet.

    • This topic was modified 8 months, 2 weeks ago by James Huff. Reason: redundant link removed

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Evgeny Viner

    (@evgenyviner)

    Hi. The current representation of the navbar doesn’t corrupt anything, you just picked this design, but probably this isn’t what you wanted. Go to Customizer->Header and pick version 1 of the header design. It’s menu is under the main block, which seems to be what you want it to be. I hope it helps!

    Thread Starter Stokers

    (@stokers)

    That worked thank you. Now I need to center align the header title and the tag line. These were previously centered using some CSS but this code no longer works. Here is the code that worked previously.

    tagline, #website-title {

    text-align:center;

    }

    • This reply was modified 8 months, 3 weeks ago by Stokers.
    • This reply was modified 8 months, 2 weeks ago by James Huff. Reason: redundant link removed
    Theme Author Evgeny Viner

    (@evgenyviner)

    If I understand correctly what you are trying to achieve, it might no be possible by “regular” means.

    But try adding the following

    .header.container > :first-child > :first-child {
        display: none;
    }
    #tagline, #website-title {
    
    text-align:center;
    }

    I hope that it is what you wanted. Please let me know if you need anything else.

    Thread Starter Stokers

    (@stokers)

    That CSS update worked, many thanks for all your help. Merry Christmas.

    Theme Author Evgeny Viner

    (@evgenyviner)

    Thanks, you too.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Positioning of Nav Bar’ is closed to new replies.