View Full Version : How can fix it
WoODoO
01-15-2014, 12:30 PM
Hi guys, today im see this error.
And can not resolve.
https://vborg.vbsupport.ru/external/2014/01/38.png
Need a little help :(
ozzy47
01-15-2014, 12:41 PM
A screenshot is not going to help, you need to post a link to the site so someone can look at the CSS.
WoODoO
01-15-2014, 01:15 PM
forum: www.realitybrasil.com.br
Lynne
01-15-2014, 06:15 PM
Your problem is this CSS:
.navbar {
background: none repeat scroll center center #333333;
color: #FFFFFF;
font: 11px Arial,Calibri,Verdana,Geneva,sans-serif;
height: 70px;
padding: 0 0 0 20px;
position: relative;
}
Set that to just be 0.
WoODoO
01-15-2014, 09:46 PM
I found this but have not found the css file to edit.
ozzy47
01-15-2014, 09:51 PM
That should be in the vbulletin-chrome.css template.
WoODoO
01-15-2014, 11:04 PM
Your problem is this CSS:
.navbar {
background: none repeat scroll center center #333333;
color: #FFFFFF;
font: 11px Arial,Calibri,Verdana,Geneva,sans-serif;
height: 70px;
padding: 0 0 0 20px;
position: relative;
}
Set that to just be 0.
I need to know where to edit this file...
Not found here...
http://pastebin.com/HaVwr6tn
ozzy47
01-15-2014, 11:20 PM
It's in this bit of code:
.navbar {
position:relative;
height:{vb:math {vb:stylevar navbar_tab_border.borderWidth} + {vb:stylevar navbar_tab_size.height} * 2}px;
background:{vb:stylevar navbar_background};
padding:{vb:stylevar navbar_padding};
color:{vb:stylevar navbar_color};
font:{vb:stylevar navbar_font};
-moz-border-radius-bottom{vb:stylevar left}:{vb:stylevar border_radius};
-moz-border-radius-bottom{vb:stylevar right}:{vb:stylevar border_radius};
-webkit-border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius};
-webkit-border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius};
}
Change padding:{vb:stylevar navbar_padding}; to, padding: 0px;
TheLastSuperman
01-15-2014, 11:23 PM
I need to know where to edit this file...
Not found here...
http://pastebin.com/HaVwr6tn
Try:
AdminCP > Styles & Templates > Style Manager > Edit Style Variables > now scroll down in stylevars to find the navbar style variables look for the one named navbar_tab_padding and you'll see the #'s in the padding boxes, set the one with 20 to 0 and save.
The style variable to edit is "navbar_tab_padding".
WoODoO
01-15-2014, 11:34 PM
It's in this bit of code:
.navbar {
position:relative;
height:{vb:math {vb:stylevar navbar_tab_border.borderWidth} + {vb:stylevar navbar_tab_size.height} * 2}px;
background:{vb:stylevar navbar_background};
padding:{vb:stylevar navbar_padding};
color:{vb:stylevar navbar_color};
font:{vb:stylevar navbar_font};
-moz-border-radius-bottom{vb:stylevar left}:{vb:stylevar border_radius};
-moz-border-radius-bottom{vb:stylevar right}:{vb:stylevar border_radius};
-webkit-border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius};
-webkit-border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius};
}
Change padding:{vb:stylevar navbar_padding}; to, padding: 0px;
Worked :)
Try:
AdminCP > Styles & Templates > Style Manager > Edit Style Variables > now scroll down in stylevars to find the navbar style variables look for the one named navbar_tab_padding and you'll see the #'s in the padding boxes, set the one with 20 to 0 and save.
The style variable to edit is "navbar_tab_padding".
Thanks guys, it worked!
ozzy47
01-15-2014, 11:37 PM
Glad you got it going. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.