The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
How can I get more than 4 bookmarks on the same row?
![]() |
#2
|
||||
|
||||
![]()
Bump...
How can I get more than 4 bookmarks on the same row? |
#3
|
||||
|
||||
![]()
Find the template and change the width. It's set to 25% for each of them.
To find the template - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Sometimes the template is the one mentioned at the very top of the page source. |
#4
|
||||
|
||||
![]()
Wow...great
![]() |
#5
|
||||
|
||||
![]()
I think you just have to play with the row/column properties or wrap them in a centered div tag or something. (Although, I really don't know if that will work since it's a horizontal list.)
|
#6
|
||||
|
||||
![]()
ugg...I'm not messing with that
![]() |
#7
|
|||
|
|||
![]()
text-align:center;
that is de definition to change/add... |
#8
|
||||
|
||||
![]()
Hmm, it didn't work. This is what I have:
Code:
<li class="smallfont" text-align:center; style="width:20%; min-width:160px; float:$stylevar[left]; margin-top:$stylevar[cellpadding]px"> <if condition="$bookmarksite['iconpath']"> <a href="$bookmarksite[link]" target="socialbookmark"><img src="$stylevar[imgdir_misc]/$bookmarksite[iconpath]" border="0" alt="<phrase 1="$bookmarksite[title]">$vbphrase[submit_thread_to_x]</phrase>" class="inlineimg" /></a> </if> <a href="$bookmarksite[link]" target="socialbookmark" style="text-decoration:none">$bookmarksite[title]</a> </li> |
#9
|
||||
|
||||
![]()
Nexia is right, just add that to the style definition for the list and it should center them. (not in the <li> tag, in the style for the <ul> tag)
|
#10
|
||||
|
||||
![]()
Where exactly would I find the Unordered List <ul> for this?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|