[Support request] Homage page nav aligning right in error

Home Forums Support [Support request] Homage page nav aligning right in error

Home Forums Support Homage page nav aligning right in error

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1045683
    Mark

    This is my homepage: https://staging.riddimstream.com as you can see the navigation is alligned to the right hand side, i dont want it to be like that, i want it to be like https://staging.riddimstream.com/digital-record-pool/
    the nav appears correctly here https://staging.riddimstream.com/digital-record-pool/ its centred.

    why does it appear to the right on the homepage but centred correctly on all other pages? How can we make it centred on all pages please?

    #1046112
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You have this CSS on your site causing that:

    .sf-menu {
        font-family: 'Oswald',Tahoma;
        line-height: 1;
        float: right;
        padding: 0;
        position: relative;
        margin: 26px 0 0 -20px;
        font-size: 14px;
    }

    It’s best to remove that CSS. If that’s not possible, try adding this:

    .main-navigation .sf-menu {
        float: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.