Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / removing white space

removing white space

Locked

Views: 1,454

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
21 Nov 2007, 2:36 PM
#1
karanj avatar

karanj

New Zenner

Join Date:
Nov 2007
Posts:
19
Plugin Contributions:
0

removing white space

hi

I am stuck with a small problem that i cant seem to fix. Check my site:
https://www.indianmart.com.au/shopping/index.php

If you take a look at the top left hand side, there is white space above the catagories header. I want to get rid of this white space but cant find a way.

I am pretty sure that i need to do some modification in the stylesheet.css file but cant seem to find the right location.

help plz

21 Nov 2007, 8:39 PM
#2
usernamenone avatar

usernamenone

Totally Zenned

Join Date:
Sep 2006
Posts:
541
Plugin Contributions:
0

Re: removing white space

first find in your style sheet leftBoxContainer and change to this.

.leftBoxContainer {

border: 1px solid #ffffff; remove this line of code and change the margin-top from  2em to 0em

margin-top: 0em;

}
22 Nov 2007, 12:41 AM
#3
karanj avatar

karanj

New Zenner

Join Date:
Nov 2007
Posts:
19
Plugin Contributions:
0

Re: removing white space

thanks mate...that worked