[Plugin: Tabber Tabs Widget] Tabs move when clicked
-
Just installed and loving the possibilities.
See on this page:
Click on ‘Recent’ Popular’ or ‘keywords’ and you will see that the tab to the left of it moves to the left.
The owner of theme I bought helped me with another issue prior where all the tabs were left justified so he got me to add the margin-left: 13px; as below:
.style1 ul.tabbernav li a { /* inactive tabs */ background-color:#fff; border:1px solid #ccc; color:#666769; font-size:11px; padding:5px; font-weight: bold; } .style1 ul.tabbernav li.tabberactive a{ /* active tab */ background-color:#666769; border:1px solid #666769; color:white; font-size:11px; padding:5px; margin-left: 13px; }
If I put the same margin code at the bottom of both the active and inactive tab areas, it places a 13px between each tab. I prefer the way it is now close to each other, but 13px from the left so it looks lfush with the edge of where the image starts. Is this possible?
https://www.ads-software.com/extend/plugins/tabber-tabs-widget/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: Tabber Tabs Widget] Tabs move when clicked’ is closed to new replies.