Hi there,
I'm trying to figure out what I CSS I need to modify to move / align the tabber widget tabs themselves (i.e. not their content)? As you can see from this site I've been working on blacklabeltransfers.com.au, because I'm using "border-radius", I've got an overhang that I would like to eliminate.
Many thanks!
Dan
Position / Align Tabs
Started by
danr
, Apr 16 2011 08:20 AM
4 replies to this topic
#2
Posted 16 April 2011 - 09:50 AM
Why not make the left corner not rounded?
Use this CSS:
Use this CSS:
.custom .tabber-widget-rounded-light .tabber-widget-content {
-moz-border-radius:0px 7px 7px;
-webkit-border-radius:0px 7px 7px 7px;
border-radius:0px 7px 7px;
}
#3
Posted 16 April 2011 - 10:26 PM
Hi Sridhar,
Thanks for the quick reply. Unfortunately due to a cross browser issue, I can't specify long hand border radius, only short (I'm using CSS3 PIE to replicate border-radius in older versions of Internet Explorer; support notes here: http://css3pie.com/documentation/supported-css3-features/), otherwise that's probably what I would have done!
Is there no containing element of the tabs that would allow for the alignment I'm after?
Thanks for your help
Dan
Thanks for the quick reply. Unfortunately due to a cross browser issue, I can't specify long hand border radius, only short (I'm using CSS3 PIE to replicate border-radius in older versions of Internet Explorer; support notes here: http://css3pie.com/documentation/supported-css3-features/), otherwise that's probably what I would have done!
Is there no containing element of the tabs that would allow for the alignment I'm after?
Thanks for your help
Dan
#4
Posted 16 April 2011 - 11:44 PM
Quote
Is there no containing element of the tabs that would allow for the alignment I'm after?
Edit http://blacklabeltransfers.com.au/wp-content/plugins/tabber-widget/templates/rounded-light.css
Set a left margin in
.tabber-widget-rounded-light ul.tabber-widget-tabs {
list-style-type: none;
padding: 0 !important;
margin: 0 !important;
}
Reply to this Topic
ATTENTION
If this topic is marked RESOLVED or INFORMATION, or if you are NOT experiencing EXACTLY the same issue, please start a new topic to provide the details of your problem. If the solution provided doesn't work for you, you should start a new topic. If you feel this thread contains relevant information, you may include a link to it in your new topic. To ensure that we can process your support request efficiently, ALWAYS include a link to your site, and/or the page your request is related to. When posting your question or request on the forum, please be as concise and specific as possible. The shorter and more to the point you can make your request, the better.
For BackupBuddy related issues, be sure to include the status log from your most recent backup.
CLICK HERE to start a new topic in the Tabber-Widget Plugin forum.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users




