Zen Cart Logo
Forums / General Questions / Space between menu and Title

Space between menu and Title

Locked

Views: 819

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
4 Feb 2008, 5:53 PM
#1
bigchili avatar

bigchili

New Zenner

Join Date:
Sep 2007
Posts:
10
Plugin Contributions:
0

Space between menu and Title

If youi would please take a look at this page - www.ekoankar.org.

There is a lot of space between the menu (top) and the title and content of the page.

Where would I find this section to see if there are any uneccessary Page Breaks, or where could I go to edit this to where there is not this much space.

Thanks,
Big Chili

4 Feb 2008, 8:04 PM
#2
qhome avatar

qhome

Totally Zenned

Join Date:
Feb 2004
Posts:
1,702
Plugin Contributions:
5

Re: Space between menu and Title

bigchili:

If youi would please take a look at this page - www.ekoankar.org.

There is a lot of space between the menu (top) and the title and content of the page.

Where would I find this section to see if there are any uneccessary Page Breaks, or where could I go to edit this to where there is not this much space.

Thanks,
Big Chili

Look in your /templates/YOUR_TEMPLATE/css/stylesheet.css file for

.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	margin:0px 0px;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-top:1.5em;
	margin:0em 1em;
	}

Change the padding-top to something smaller like 0.8

4 Feb 2008, 8:26 PM
#3
bigchili avatar

bigchili

New Zenner

Join Date:
Sep 2007
Posts:
10
Plugin Contributions:
0

Re: Space between menu and Title

Thank you so much.. WOrked perfect!!!!!

chili