• Resolved cayindustries

    (@cayindustries)


    Hello. I need to have the page names in the nav bar centered again. Can you please help me out. I changed one of the pages to a longer word and it pushed the last page ‘products’ down to the next line. I would like them to all be on the same line. Thanks.

    https://www.thesocketroll.com

    Chris

    P.S. Please check previous code via Firebug

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    Chris

    in dashboard go to Appearance->Themes->Customize->Theme Option ->Theme General Option in Custom CSS option
    put below code and save

    @media (min-width: 1200px)
    .container {
        width: 1200px !important;
    }
    Thread Starter cayindustries

    (@cayindustries)

    Hi. Thanks, but that didnt correct the issue. If you check out the website you will see that the PRODUCTS page link is directly below the HOME page link and it needs to be at the end of the NEWS page link. Thanks

    you does not use code so
    Please us previous code in Custom CSS option

    Thread Starter cayindustries

    (@cayindustries)

    I used it and it didn’t work so I deleted it

    Hi,

    please go to Appearance->Themes->Customize->Theme Option ->Theme General Option.

    Here, copy below code and paste into Custom CSS option

    @media only screen and (min-width: 981px){
    .navbar-default .navbar-nav li a {
        padding: 0px 36px 0px !important;
    	}
    	}

    Save the changes.

    thanks.

    Thread Starter cayindustries

    (@cayindustries)

    Worked. Thanks!

    Most Welcome

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