Hi Andy -

In a new override CSS file that you include *after* the jQuery UI
theme files in your head, add these styles:

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
     text-align:center;
}

This is the level of specificity you need to override the default left
alignment. You could also specify a width here too.

Cheers,
Todd

On Apr 10, 11:48 am, AndyCramb <andycr...@googlemail.com> wrote:
> I have tried centre aligning the tabs using
>
> #wrapper #tabs ul{
>     text-align: center;
>
> }
>
> This did not work
> Has anyone managed to do this
> Any help is much appreciated
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to