Topic Resolution: Resolved
  • Closed
  • Robert Winter
    Spectator
    06.10.2015 at 22:54 #21243

    I just cant seem to find the option to center my menu on the desktop version of my site and would like some advice on how to accomplish this action. http://www.alaskagraphic.com

    Thank you in advance,

    -Robert

    Denzel Chia
    Moderator
    Posts: 2656
    07.10.2015 at 10:38 #21255

    Hi,

    I can provide CSS code to center your menu, but if you add a new menu item, it will be off center. There is no permanent solution, unless it’s a javascript solution, which is not covered in this support forum.

    Thanks!

    Robert Winter
    Spectator
    Posts: 6
    07.10.2015 at 18:03 #21264

    I would like to go with the css option for now please.

    Denzel Chia
    Moderator
    Posts: 2656
    08.10.2015 at 10:56 #21281

    Hi,

    Please use the following.

    @media screen and (min-width: 1024px) {
    .nav-holder {
    margin: 0 auto !important;
    width: 640px !important;
    }
    }

    Adjust the number 640px to a bigger number if you add another parent menu item.

    Thanks!
    Denzel

    Robert Winter
    Spectator
    Posts: 6
    08.10.2015 at 19:45 #21293

    Thanks again Denzel for the great support, you fixed me right up again!

    Denzel Chia
    Moderator
    Posts: 2656
    09.10.2015 at 11:12 #21297

    You are welcome!

    Thanks!

    DeWitt Gilmore
    Spectator
    Posts: 1
    09.10.2015 at 17:33 #21303

    Can I jump in and ask where (in the css) that the code should be placed, Denzel?

    Denzel Chia
    Moderator
    Posts: 2656
    10.10.2015 at 12:31 #21320

    Hi DeWitt,

    It will be in Theme Options -> Custom CSS,
    It’s tailored for Robert’s website, it may not work properly on your site.

    With reference to our forum rules. https://theme4press.com/support/topic/theme4press-support-forums-rules-please-read/
    Please open up a new thread with your request and provide your website url.
    I will provide you with a solution.

    Thanks!
    Denzel