After upgrading to 4.1.10, the search icon (search.png) on Forum Home is off screen and right aligned by an extremely large margin. The browser renders a large horizontal scrollbar to show the excess space. Is anyone else having this issue?
Announcement
Collapse
No announcement yet.
4.1.10 Search.png icon off screen
Collapse
X
-
Tags: None
-
Links?Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 APIComment
-
Screenshots don't help very much when it comes to debugging style/css issues.My Live vB5 Site - NZEating.com
vBulletin Hosting | vBulletin Services - Need hosting for your vB? Need it installed? Something else? Let me take that hassle off your hands.Comment
-
Standard VB style is inherited from my "green" main style, so templates are the same in both, so it must be a stylevar problem in my main "green" style?
My doc_width is auto.Comment
-
I got the exact same thing. Both in fluid and fixed style. In VB Default style, no problem.
Check my forum. Link below.Comment
-
I also compared .globalsearch .buttoncontainer lines in the working Default style with my styles in vbulletin-chrome.css, no differnt values what I can see.Last edited by Harleyforum; Sat 14 Jan '12, 3:39am.Comment
-
This is because
.navbar_search {
display: block;
position: relative;
width: 580px;
}
has extra width.
It should be width: 180px
Not sure why this is. If this is controlled by a stylevar, you can edit that styevar.
or you can just add
.navbar_search {
width: 180px;
}
in additional.css
Popup Menu Row Height stylevar UNIT needs to be set to px too it is set already.Last edited by Riasat; Tue 31 Jan '12, 1:30pm.Comment
Related Topics
Collapse
-
by osras1My icon on the left of the screen shot(little fish) has moved right. How can put it back.http://www.osras.org/forums...
-
Channel: Support Issues & Questions
Fri 13 Nov '15, 8:36am -
Comment