• Closed
  • JS
    Spectator
    March 29, 2016 at 12:28 am #25972

    Hello, my main menu is currently aligned to the left-hand side of the main navigation. I’d like the sticky header also to align to the left-hand side of the title bar when scrolling. Menu items in the sticky header are currently aligned to the right side of the sticky header. Is there a Custom CSS option to align sticky header menu items to the left?

    Website: https://cascadeintegrativepharmacyofseattle.com/

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2672
    March 29, 2016 at 1:53 am #25997

    Hi,

    You can try using the following.

    #sticky-nav {
    float: left !important;
    }

    Let me see your sticky header if the above does not work.

    Thank you