MyBB Community Forums

Full Version: Fix MyTabs position
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just having this problem with MyTabs. I want to move them up so they aren't right on the bottom of my next section. Thanks


[Image: RDiqNUX.png]
change the position in your tabbed.css
Can you give a link to your board, then we can have a look at your css.
(2015-08-15, 04:26 PM)Ad Bakker Wrote: [ -> ]Can you give a link to your board, then we can have a look at your css.

verseforums.com
Can you look for a template mytabs_full_start (can also be mytabs_full) and change:
<div id="tab_nav_2">
into:
<div id="tab_nav_2" style="margin-bottom: 10px;">
Then you get something like this:

[Image: attachment.php?aid=34874]