Hubed Style issue.

Gantz

New Member
Hi, I just uploaded the Hubed style to my website and the top links are $&#@ up. the first link which is "user cp" is okay though, the rest however are not so okay.

Anyone have any ideas how to fix this?


ALSO: just throwing this in, How do I get rid of those ugly little boxes in the postbit that hold the info such as post count, location etc...?

Thanks
 
Tried and tested and navbar is fine on my test server.

To remove the postbit boxes in the postbit and postbit_legacy templates find and remove all instances of:
HTML:
class="pb_info"

then remove this from style manager additional css section:

Code:
/*  Postbit / postbit_legacy  */
.pb_info
{
         background:#618aa0;
         color:#FFF;
         width:140px;
         margin:0 6px 3px;
         padding:3px 6px;
         border:1px solid #324654;
}
 
Thanks for the answer regarding the boxes. now I just need to deal with the nav bar issue.

Anyone know why the Links on my nav would sink like this?

Thanks again Hoxxy.
 
Back
Top