The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hey,
My forum is: www.lawstudenthub.co.uk How do I move the top left links ("forum actions, quick links") more to the left so they are in line with the buttons/links above? Thanks |
|
#2
|
||||
|
||||
|
Hmm I like what you've done to the Metro theme so far, will be nice to see this finished.
I'd guess try adding this into your additional.css template: Code:
#navbar .selected + .floatcontainer > li a.popupctrl {
float:left !important;
clear:right;
padding-right:none !important;
padding-left: 10px;
}
Edit: Also the search is not clickable, hard to identify using firefox too so that means its under another div, I'd also address that in the style as well. |
|
#3
|
|||
|
|||
|
Quote:
Forgive me, what do you mean by the search comment? Within the past couple of hours I got rid of the search bar and replaced it with the "Search" link which is less obtrusive. Do you mean that the "Search" link is not clickable? Thanks |
|
#4
|
||||
|
||||
|
Try this:
HTML Code:
#navbar .selected + .floatcontainer > li:last-child {
margin-right:70px;
}
|
|
#5
|
|||
|
|||
|
Quote:
Edit: I also found out where I changed the ones above (login, register) and it was in "vbulletin-chrome.css", and the code is: Code:
.toplinks {
color:{vb:stylevar toplinks_link_color};
font: {vb:stylevar header_font};
font-size: 14px;
text-align:{vb:stylevar right};
background:{vb:stylevar toplinks_background};
float: {vb:stylevar right};
margin-right: 75px
}
--------------- Added [DATE]1426471322[/DATE] at [TIME]1426471322[/TIME] --------------- Edit 2: Managed to find it! It was: Code:
#navbar .selected + .floatcontainer > li:last-child {
margin-right: 65px;
Also would be grateful for your response re the search link issue, TheLastSuperman. Thanks |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|