• Resolved noellealagnak

    (@noellealagnak)


    So, last week, I noticed that the primary menu bar on my site was off-center (I also believe the color and type of font used in the menu may have changed but I’m not definite on both of those; I’m pretty certain I originally had the font set to be white rather than gray but I remember it being in some sort of sans serif/arial style font). I at first thought maybe it was just like this on my computer, so I had someone else pull up my site on their computer and it looked the same on theirs. I left it for a day or two, thinking maybe the site/theme had updated or something and temporarily altered the appearance of the primary menu bar, however, it still looks the same. This isn’t a major issue, but I’d like to fix it as it does look a bit sloppy/unprofessional.

    Otherwise, the primary menu bar still works just fine; this is really more of a cosmetic issue. Does anyone know how to fix this so the primary menu bar is centered again or at least know what may have caused this? Thanks!

    Note: My site is hosted through BlueHost.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Vinod Dalvi

    (@vinod-dalvi)

    Hi @noellealagnak,

    I hope you are well today and thank you for your questions.

    Yes it is changed in the latest version of theme but you can display it centre aligned by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    @media screen and (min-width: 56.875em){
    #page .collapse.navbar-toggleable-xs.navbar-ex1-collapse {
        float: none;
        margin: 0 auto;
        display: table;
    }
    }

    Also you can change the menu text color from the theme settings on the following path.

    Admin Area -> Appearance -> Customize -> Colors -> Header Menu Item Color

    Best regards,
    Vinod Dalvi

    Thread Starter noellealagnak

    (@noellealagnak)

    Thank you, I’ll go and try that and see if it fixes it!

    Theme Author Vinod Dalvi

    (@vinod-dalvi)

    Sure and do let me know how it works for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Primary Menu Bar Off-Center?’ is closed to new replies.