Zen Cart Logo
Forums / General Questions / Remove a bit of white space

Remove a bit of white space

Views: 708

Results 1 to 6 of 6
4 May 2011, 6:43 PM
#1
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Remove a bit of white space

Hi,
Would like to remove some space below category name
(shown in yellow, and perhaps a bit of the space shown with 3 yellow lines)
The mens category has less space than the ladies for some reason. Neither have a description though.

Images attached will show my question best...

(would also like to remove the horizontal line highlighted in Mens picture, though guess I can't due to some having a category description?)

Link

Thanks for advise....not too wise on css etc!

4 May 2011, 7:02 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Remove a bit of white space

play with your stylesheet and the fixes are here...

includes/templates/theme436/css/stylesheet_main.css

#indexProductListCatDescription, #categoryDescription {
border-bottom: 1px solid #63839E;
margin-bottom: 20px;
padding-bottom: 15px;
}

Change to this and see if you like: :

#indexProductListCatDescription, #categoryDescription {
/border-bottom: 1px solid #63839E;/
margin-bottom: 0px;
padding-bottom: 0px;
}

4 May 2011, 7:27 PM
#3
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Re: Remove a bit of white space

That's an awesome start thanks :smile:
Still having a different amount of space in the Mens category compared to the others, so still trying to find what might cause that.
Any idea?

4 May 2011, 7:31 PM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Remove a bit of white space

You welcome, I will take a look...

I don't like this blank photo here?

http://www.partydudes. co.nz/index.php?main_page=index&cPath=1_37

1. click ladies costumesyes, there is more space above the ladies vs the men..

add this the the sylesheet.css
.catDescContent {display:none;}

4 May 2011, 7:54 PM
#5
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Re: Remove a bit of white space

I don't like this blank photo here?
Agreed, just happened the other day. Contents disappeared leaving only product number. Luckily only happened to one item.
Have gotten rid of that one now thanks.
*
add this the the sylesheet.css
.catDescContent {display:none;}*

Fixed the problem superbly.
Nice work thank you so much.

4 May 2011, 7:59 PM
#6
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Remove a bit of white space

Awe, you are welcome...

I found all these problems using the browser Firefox with the add on called "Firebug"..

A Free Handy Dandy Tool to build your site..