[Support request] Primary Navigation on right

Home Forums Support [Support request] Primary Navigation on right

Home Forums Support Primary Navigation on right

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2001795
    William

    Hello –

    I’m probably missing something very simple, but wanted to ask if there is a way I can get the primary navigation to be more to the right side of the screen on desktop? Here is an example URL where my navigation is nudged up next to the site title: https://homeappliancehero.com/small-home-appliances/thermostats/how-to-unlock-honeywell-thermostat/

    This is how I’d ideally like it laid out:

    https://www.toolsofmen.com/how-water-hardness-impacts-soap-performance/

    Thank you in advance!

    #2001965
    Ying
    Staff
    Customer Support

    Hi William,

    Can you go to customizer > layout > header, set the Inner Header Width to contained?

    Let me know if this helps 🙂

    #2001988
    William

    Hi Ying –

    Thank you for the response. Unfortunately the primary navigation and the site title are still a bit jumbled.

    https://homeappliancehero.com/

    Any ideas?

    Thank you.

    #2001995
    Leo
    Staff
    Customer Support

    Remove this CSS in the Additional CSS field in the customizer:

    .site-branding,
    .site-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.