Center Pages in Nav Bar

Discussion in 'ReThink WordPress Theme' started by gloryous, Jun 2, 2015.

Thread Status:
Not open for further replies.
  1. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Hello!

    My client would like the Pages in the Nav Bar to be centered -- not left aligned -- as they're shown in the attached .png.

    I added the following CSS to another client's site with Bizway and it centered the Page elements in their nav bar perfectly:

    #menu .ddsmoothmenu {
    text-align: center;
    }

    However, that code did nothing with this client's site created with ReThink: http://www.fan-gumbo.com/

    I must be missing something. Please advise.

    Thank you ... again!
    Glory
     

    Attached Files:

  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello Gloryous,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there.

    Code:
    #menu .ddsmoothmenu {
      width: 80%;
      margin-left: 10%;
    }
    
    Hope that helped.
     
    gloryous likes this.
  3. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Hello, Sobhagya...

    I did solve it myself -- with your help. The CSS code you provided worked perfectly.

    Thank you,
    Glory
     
Thread Status:
Not open for further replies.

Share This Page