PDA

View Full Version : How to change the default layout of bookmarks block?


vicelover
04-04-2010, 10:15 AM
Hi, guys

The bookmarks block looks not so reasonable if I added many bookmarking sites.
https://vborg.vbsupport.ru/external/2010/04/77.jpg (http://www.vbulletin.com/forum/attachment.php?attachmentid=44235&d=1270376669)
In the vertical order, wasting too much space.
How can I change the layout, like in this way
https://vborg.vbsupport.ru/external/2010/04/78.jpg (http://www.vbulletin.com/forum/attachment.php?attachmentid=44236&d=1270376860)
Best Regards.

Lynne
04-04-2010, 02:46 PM
Just add some css to additional.css:


#social_bookmarks_list li {
clear:none;
width:25%;


}

vicelover
04-05-2010, 11:49 PM
Just add some css to additional.css:


#social_bookmarks_list li {
clear:none;
width:25%;
}

Wow, thanks Lynne, it works like a charm. :up: