The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Move 'Subscribe' button in line with 'Articles', 'Forum' etc.
See screenshot.
How could I go about moving the Subscribe button to be in line with the other menu options in articles and forums? (Posts, Latest Activity). The goal is get rid of extra white space. I tried using CSS to shift 'bottom', 'top' and 'right' for .button, .ui-widget .button but it ended up being covered by white space. |
#2
|
||||
|
||||
I haven't tried moving the button but did you attempt using the overflow: visible attribute?
|
#3
|
|||
|
|||
That didn't seem to help.
|
#4
|
||||
|
||||
Try this code. You will need to adjust to clear the search bar or just move it beneath the search bar.
Code:
button.is-topic.button.follow-btn.uppercase.h-left.secondary { position: absolute; bottom: 105px; right: -1em; } .canvas-widget-list.section-2.js-sectiontype-notice.h-clearfix.l-col__large-12.l-col__small--full { height: 46px; } .canvas-widget-list.section-2.js-sectiontype-notice.h-clearfix.l-col__large-12.l-col__small--full { height: 45px; margin-top: -50px; } |
#5
|
|||
|
|||
Quote:
|
#7
|
|||
|
|||
Could you also share what you did Replicant. I would like the subscribe button to be inline with the forum, latest activity, and subscription menu too. I would just like the subscription button moved down onto the grey menu bar: https://www.christforums.org/forum/c...ism-oec-or-yec
With the code you had provided I am only able to move the subscription button behind it and not on it. |
#8
|
||||
|
||||
Quote:
|
#9
|
||||
|
||||
These position the Subscribe button to the rightmost spot without the big gap at the bottom. These should work on both desktop and mobile.
Code:
.conversation-content-widget .conversation-controls { position: relative; bottom: -22px; z-index: 1; margin: -26px 0 0; right: 0; float: right; padding: 0; } .canvas-layout-container .canvas-widget.page-title-widget { margin-bottom: 0; } |
Благодарность от: | ||
shimei |
#10
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|