View Full Version : How To Change 'Welcome Bar' 'toplinks' from right side to left
WriteToEnlight
10-29-2012, 07:15 PM
Hello, I've been checking around here and there for how to change the "welcome bar" or "toplinks" bar to the left side instead of the right side and have it to show in the exact same kind of way that it does on the right side but just on the left instead but I havn't found the kind of answer I've been looking for. Does anyone know how to do this and know or have any other helpful information about this?
(I've attached some screen shots of an example of what I want to try to do and everyone is welcome to check them out and respond to this. I'd really appreciate some help with all this.)
ikopylov
10-29-2012, 07:56 PM
replace:
.toplinks {
right: 20px;
by that
.toplinks {
left: 20px;
WriteToEnlight
10-29-2012, 08:20 PM
Do you know where I should try to replace that at?
Lynne
10-29-2012, 11:11 PM
Do a Search in Templates for ".toplinks {"
WriteToEnlight
10-29-2012, 11:40 PM
Alright.. well, I found .toplinks in the templates called vbulletin-ie.css and vbulletin.css but in both of those I didn't see the .toplinks {
right: 20px; mentioned in either of those.. I tried adding the "left: 20px" code in some different ways here in there within some of the code but that didn't seem to work how I wanted it to either
snakes1100
10-29-2012, 11:48 PM
additional.css
WriteToEnlight
10-29-2012, 11:54 PM
I've tried adding that into the additional.css and I havn't noticed any changes
snakes1100
10-30-2012, 12:10 AM
Thats going to take more than just the simple change ikopylov posted.
WriteToEnlight
10-30-2012, 12:49 AM
I can believe it.. I thought it could.. do you know of any ways this can be done or of any useful resources that could help with this?
snakes1100
10-30-2012, 01:05 AM
Resources no...
Basically, quick peek, seems you may need to put the logo in its own div, then you will need to use some custom css in additional.css to align it all.
Should be an easy change.
WriteToEnlight
10-30-2012, 01:08 AM
Alright, cool.. I appreciate the advice. Can you be more detailed with some of that advice with some code n stuff like that? I have an idea of what you're talking about but I'm not sure how to do all that at the moment.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.