Quote:
Originally Posted by Lynne
Try this:
HTML Code:
#navbar .selected + .floatcontainer > li:last-child {
margin-right:70px;
}
Increase 70px to move it more to the left.
|
I'm afraid putting that in additional.css has no effect on those specific links. At higher px it affects the whole forum, but leaves those links in place. At lower levels it does nothing.
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
}
Not sure why that didn't affect the other links below, and can't seem to find the version for them in the code.
--------------- 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;
I am a bit confused why this is all in "vbulletin-chrome.css", when it seems to apply across all browsers? I have viewed it in both chrome and safari.
Also would be grateful for your response re the search link issue, TheLastSuperman.
Thanks