Center navigation buttons in Flexibility Theme

4 replies
  • WEB DESIGN
  • |
Hey Warriors! Been lurking around for a few months but this is my first post, forgive me for starting out with a question

I'm looking for some help in centering the navigation buttons in the Flexibility theme for wordpress (flexibilitytheme.com/demo/) By default they are aligned to the left. Any ideas? I've been poking around in the style.php (is that even the correct one?) but I can't seem to figure it out.

Attached is the default style.php (as a .txt file)

Thanks in advance!

-Glen
#buttons #center #css #flexibility #navigation #theme #wordpress
  • Profile picture of the author Audrey Harvey
    Soltzer

    I can't help you, but what I can suggest is that you try contacting the designer, Ryan, directly. I wanted to change the header size on the first version of the theme, and he was really helpful. Contact details are on the theme home page.

    Audrey
    Signature

    Expert content written by an experienced veterinarian and published magazine and newspaper writer.
    Feel free to contact me for details.
    {{ DiscussionBoard.errors[557546].message }}
    • Profile picture of the author Karen Blundell
      look for this code:

      #nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      }
      and change it to
      #nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center;
      }

      it should work
      Signature
      ---------------
      {{ DiscussionBoard.errors[559199].message }}
      • Profile picture of the author soltzer
        Karen: Thank you I'll give that a shot!

        Audrey: I should have thought of that, if Karen's suggestion doesn't work I'll see if Ryan can give me any tips, thanks for the reply! I thought it might be something simple as Karen suggested but after staring at it for hours my brain was slowly turning to mush! :confused:

        Glen
        {{ DiscussionBoard.errors[559224].message }}
        • Profile picture of the author dcushion
          I'm considering the Flexibility theme (actually the FlexSqueeze version) and would be interested in your thoughts about it.

          Thanks
          {{ DiscussionBoard.errors[627247].message }}

Trending Topics