How do you make the category names stay in the middle? i've searched thought the whole list, and i cant find it =-/
please guide me in the right direction!
This is a discussion on Question - Ref?: VBSEO v4 style? within the Template Modifications forums, part of the vBulletin SEO Discussion category; How do you make the category names stay in the middle? i've searched thought the whole list, and i cant ...
How do you make the category names stay in the middle? i've searched thought the whole list, and i cant find it =-/
please guide me in the right direction!
Can you be more specific? Categories on what/where?
Brian Cummiskey / Crawlability Inc.
Security bulletin - Patch Level for all supported versions released
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
on forum home, the category names are central (from top to bottom ), i've looked though everything lol even PSD's provided by vb staff, lol
Perhaps a screenshot would help.
Ace Shattock / Crawlability Inc.
Security bulletin - Patch Level for all supported versions released
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
My Personal Sites: New Zealand Forum | vBulletin Modifications and Styles | New Zealand Food | New Zealand Android OS Talk | vBulletin Hosting
If I understand correct, this is what is added to the vbseo.css (in this case a separate css file)
PS. you might be interested in using Firefox + the Firebug addonCode:.forumbit_post .foruminfo .forumdata .forumtitle, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle { margin-top:14px; }
You're looking for something that reflects valign="middle", correct?
I think case, using top margin or top padding in a certain amount depending on your font size will nudge the text down towards center.
Brian Cummiskey / Crawlability Inc.
Security bulletin - Patch Level for all supported versions released
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Maybe what you mean is this?
VSa - Sub-Forum Manager - vBulletin.org Forum
This is done manually in our CSS file, you will see if you use firebug / Developer tools that we have the following declared.
So it is not truly centered but infact just has a 14px margin at the top of every forum name..forumbit_post .foruminfo .forumdata .forumtitle, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle {
margin-top: 14px;
}