Banner Moved Off Center
Started by
pixelkoi
, Aug 14 2012 07:39 AM
4 replies to this topic
#1
Posted 14 August 2012 - 07:39 AM
HI my banner moved off center.
(Don't know when and how because I was working with white background and white canvas)
but how can I readjust it ?
Thank you !
this is the only thing i have in my custom css but its not whats causing problem
body{}
#branding .content-pad {
padding: 25px 0px 25px 0px;
}
#primary-nav {
margin-top: -45px;
}
#nav_row.main_nav, ul.sf-menu ul li {
border-bottom: none;
}
#2
Posted 14 August 2012 - 07:41 AM
Also, how can I increase navigation font size please? Thank You !
#3
Posted 14 August 2012 - 09:29 AM
Hi, I??m not sure but
You can try upload you image banner size to:
968px X 264px
Now this .jpg have 996px X 264px
#4
Posted 14 August 2012 - 09:44 AM
You can try add in
PageLines > Site Options > Custom Code > CSS Rules
Change #px as you like
PageLines > Site Options > Custom Code > CSS Rules
.main_nav ul li { font-size: 30px;}
Change #px as you like
#5
Posted 14 August 2012 - 02:33 PM
I make it a habit of using pixels (#px), but I would recommend using em instead so that it resizes properly across different browsers.












