The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Hi, guys
The bookmarks block looks not so reasonable if I added many bookmarking sites. ![]() In the vertical order, wasting too much space. How can I change the layout, like in this way ![]() Best Regards. |
|
#2
|
||||
|
||||
|
Just add some css to additional.css:
Code:
#social_bookmarks_list li {
clear:none;
width:25%;
}
|
|
#3
|
||||
|
||||
|
Wow, thanks Lynne, it works like a charm. :up:
|
![]() |
|
|