Zen Cart Logo
Forums / Basic Configuration / Shopping Cart Menu Throws Banner Image Off

Shopping Cart Menu Throws Banner Image Off

Views: 799

Results 1 to 4 of 4
21 Aug 2011, 9:35 AM
#1
cgoal avatar

cgoal

New Zenner

Join Date:
Sep 2008
Posts:
2
Plugin Contributions:
0

Shopping Cart Menu Throws Banner Image Off

Hi

If you can please assit..

I am just getting started with ZEN and have been able to get my way through most of the installation and configuraiton.

I thought I was pretty much done and was going to move on to graphics.. However, i noticed when testing, that when I add a product to my Shopping Cart, i get this new menu in my header and it throws th eimages off

You can reproduce just by adding the only roduct i have up into your cart

http://kearnysoccer.com/store

Anyone know the recommendations on where this configuration is.
I am not sure if I want it or not, but will have to figure out how to clean it up

thanks

21 Aug 2011, 11:05 AM
#2
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Shopping Cart Menu Throws Banner Image Off

Since you use a bought template from TM you won't get much suport here.
But since your problem is pretty simple ..

in stylesheet_tm.css (line 48)

#header .cart {
color: #363636;
float: left;
font-size: 11px;
padding: 17px 0 0 5px;
}

change the padding to something like 17px 0 0 5px

21 Aug 2011, 11:14 AM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Shopping Cart Menu Throws Banner Image Off

And for future reference, install the Firefox browser and the Web Developer plugin for Firefox. You can use those to see where in the stylesheet you change the styling of the various page elements.

Ctrl-Shift-Y will allow you to hover over a section of the page and see the class and id names for that section in the box at the top. The statements in the stylesheet that begin with # are id's and the ones that begin with dots are classes.

Ctrl-Shift-E will open the CSS editor and allow you to edit the stylesheet and see the changes in real time without changing anything permanently. An essential tool.

Some prefer Firebug, which does much the same thing.

(If you're using Firefox 4 - 6, you'll need to remap the editor shortcut, since Firefox has appropriated Ctrl-Shift-E for an internal function - I use Ctrl-Shift-Q.)

21 Aug 2011, 6:11 PM
#4
cgoal avatar

cgoal

New Zenner

Join Date:
Sep 2008
Posts:
2
Plugin Contributions:
0

Re: Shopping Cart Menu Throws Banner Image Off

Awesome replies. Thanks so much. really appreciate this online community