Support » Plugin: WordPress Post Tabs » Any way to center the tabs?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    You can move the tabs to center by following the below step. Go to the Post Tabs settings page ==> Miscellaneous section ==> Add the below CSS in the “Custom Styles” box and save the changes.

    .ui-tabs-nav {margin-left:200px !important;}

    You may change the value as per your requirement. Let me know if it helps.

    Thread Starter Leosk8ter

    (@leosk8ter)

    Thanks for the reply! =)

    Unfortunately the main problem with that is that it doesn’t work for responsive sites. A work-around seems to be removing the float left, assigning a width and setting ‘margin: 0 auto’ , but for some reason that I can’t figure out, the tabs then would center, but it would stack on top of each other.

    It’s not really a huge priority, but I do very much appreciate the response.

    It’s a priority for me. Need to be centered on all devices.

    Any other solution?

    I managed to get this working somewhat using:

    .ui-tabs-nav {margin-left:30% !important;}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Any way to center the tabs?’ is closed to new replies.