hope someone can help?
Announcement
Collapse
No announcement yet.
Move login and password to different location in header?
Collapse
X
-
-
I have been working on this too. It is toplinks,nouser css but I have had a hard time getting it worked out. The issue is that I have a banner on the right side. It looks fine when logged in but when guests view the site they see the registration pop up block. Apparently I am missing something here because this seems like it should be very simple.
Thanks
-
The DIV is positioned absolutely with its right edge set to {vb:stylevar right}:{vb:math {vb:stylevar padding}*2}; You can move it around by adjusting the margins on the .toplinks class in your additional.css or by overwriting the right edge.
Move it to the left:
Code:.toplinks { margin-right: 100px; }
Code:.toplinks { margin-top: 25px; }
Code:.toplinks { {vb:stylevar right}: 400px; }
Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
Hi,
Sorry if i am not suppose to post my question in here, but i been searching from past 2 hours and this was something closest to what i was looking for. I wanted to move it down where vb search bar is or even below that where communities menu etc are. See attached screenshot for reference please. If someone can tell me exact code i need to move from what template to what template ?? I tried above codes by wayne, but after it goes down to certain point, it disappears.
thanks in advance for help.1 Photo
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment