The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Trying to remove the right arrow (grey) from mobile skin, cannot figure out where in the code this resides. Would appreciate help.
forumdisplay template Quote:
Quote:
Quote:
|
|
#2
|
||||
|
||||
|
If you are talking about the one on forum home, you can do this.
1) Add a new template to the mobile style called additional.css and insert this code in that template: Code:
.ui-btn-icon-right .ui-icon
{
display:none;
}
2) Open the template, headinclude for the mobile style and find this bit of code: Code:
<vb:if condition="$vboptions['storecssasfile']">
{vb:cssfile main-rollup.css}
{vb:raw template_hook.custom_css_links}
<vb:else />
{vb:cssfile bbcode.css,editor.css,popupmenu.css,reset-fonts.css,vbulletin.css,vbulletin-chrome.css,vbulletin-formcontrols.css{vb:raw template_hook.custom_css_list}}
</vb:if>
Code:
{vb:cssfile additional.css}
|
|
#3
|
||||
|
||||
|
Thanks, but I wanted to remove the entire column also and gain that extra space on the mobile screen.
|
|
#4
|
||||
|
||||
|
Would appreciate anyone's help. Thanks.
|
|
#5
|
||||
|
||||
|
Anyone please know how to do this?
|
|
#6
|
||||
|
||||
|
Did you set it to display: none as Ozzy wrote? If so, how about a link to see it so we can help you write some CSS to move other parts over.
|
|
#7
|
||||
|
||||
|
Thanks Lynne. I already applied that display none code but it only hides it, without removing the column.
Check the home page on talkjesus.com via smartphone browser. |
|
#8
|
||||
|
||||
|
From the CSS, it looks like you are trying to save 30px so try this:
HTML Code:
.ui-li-has-count .ui-li-count {right: 10px;}
|
|
#9
|
||||
|
||||
|
Thank you. That worked.
edited: fixed my other issue |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|