PDA

View Full Version : Aligh


hanhdn
09-04-2011, 05:43 PM
Hi,
I have 1 trouble, how to align the Group text in navbar drop down???

https://vborg.vbsupport.ru/external/2011/09/58.png

I want it to be come:

https://vborg.vbsupport.ru/external/2011/09/59.png

I'm using vbb 4.0.8
Thanks,

Lynne
09-04-2011, 11:38 PM
Please post a link to your forum and post a test username/password, if needed, so we can view the CSS for that link.

hanhdn
09-05-2011, 12:07 AM
Please post a link to your forum and post a test username/password, if needed, so we can view the CSS for that link.

http://srsc.com.vn is my site, thanks:up:

Lynne
09-05-2011, 03:41 PM
Your problem is this CSS:
.navtabs ul li:first-child { border-left: 0 none; text-indent: 20px;}
The text-indent that is set there is indenting the first item in all the dropdown lists.

hanhdn
09-06-2011, 12:07 AM
Your problem is this CSS:
.navtabs ul li:first-child { border-left: 0 none; text-indent: 20px;}
The text-indent that is set there is indenting the first item in all the dropdown lists.

Thanks, I fixed it