Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Having a problem with the position of buttons

Having a problem with the position of buttons

Views: 533

Results 1 to 3 of 3
30 Dec 2011, 12:53 PM
#1
kobra8 avatar

kobra8

Zen Follower

Join Date:
Mar 2009
Location:
Serbia
Posts:
350
Plugin Contributions:
0

Having a problem with the position of buttons

Hi ZC user,
I have problem and I try everiting to fix that.
I use templates/classic and my buttons don't show correctly (buttons that are in top of thet page), the buttons in the Opera display properly in FireFox are moved to go down over the image header_bg

Ho to fix that? Looks really ugly
Please see:
http://prirodnilek.org

Another question, can I somehow all buttons that are at the top of the page to put them below image headre_bg?

Thanks :blush:

30 Dec 2011, 2:33 PM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Having a problem with the position of buttons

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
background-color: #ABBBD3;
background-image: url("../images/tile_back.gif");
border-radius: 0.6em 0.6em 0 0;
color: #FFFFFF;
font-weight: normal;
height: 0;
margin: 0;
padding: 0.1em 3em 0.5em;
}

remove height : 0; from your stylesheet

30 Dec 2011, 4:27 PM
#3
kobra8 avatar

kobra8

Zen Follower

Join Date:
Mar 2009
Location:
Serbia
Posts:
350
Plugin Contributions:
0

Re: Having a problem with the position of buttons

Thanks tony_sar :smile: