Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Removing Blank space at the top below the logo?

Removing Blank space at the top below the logo?

Locked

Views: 1,311

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
4 Sep 2009, 3:32 AM
#1
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

Removing Blank space at the top below the logo?

I have been trying for hours.
I know I did it once before...

Yeach....

How Can I get rid of the empty space ontop below the logo...

https://www.NothingButCostumes.com

TIA

4 Sep 2009, 3:57 AM
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,799
Plugin Contributions:
15

Re: Removing Blank space at the top below the logo?

:censored::censored::censored::censored:

Take the float: right: out of the .headers .row .col12 call on line 14 of the TM stylesheet.

4 Sep 2009, 4:11 AM
#3
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

Re: Removing Blank space at the top below the logo?

Yee Doggie!

Your 1/2 now on my problems.... Any suggestions on the other?

8 Sep 2009, 8:22 AM
#4
janissaire avatar

janissaire

Zen Follower

Join Date:
Sep 2008
Location:
Toronto, Ontario, Canada
Posts:
474
Plugin Contributions:
0

Re: Removing Blank space at the top below the logo?

I'm going to bed but search some of my posts - look for the image size in header - for the file names and also look at the sticky re css there's some configuration you may need to do there too.

14 Sep 2009, 2:32 AM
#5
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

Re: Removing Blank space at the top below the logo?

My site is getting there,

https://www.nothingbutcostumes.com

Enough to leave as is... But how can I make the bar go up a little higher taking up some of that blank space at the top?

14 Sep 2009, 6:00 AM
#6
tino_schlegel avatar

tino_schlegel

Totally Zenned

Join Date:
Nov 2007
Location:
Melbourne, Australia
Posts:
532
Plugin Contributions:
0

Re: Removing Blank space at the top below the logo?

You can reduce the amount of white space in the header indeed. That makes it easier to browse for your customers. BTW: Very nice design.

And give your website a propoer title. At the moment i read: HOME_PAGE_TITLE. Looks like a missing defninition in the language file.

Set 

.header_t .row1 {
height:89px;
}

Set the height of the spacer for you menu to 49 px

<div class="col2 user_menu">
<img width="1" height="49" alt="" src="includes/templates/template_default/images/pixel_trans.gif"/>
<ul></ul>
<div class="clear"/>
</div>

and maybe reduce the spacing between the header and the main content to 10px

<img width="1" height="10" alt="" src="includes/templates/template_default/images/pixel_trans.gif"/>
<br/>
<div class="main_t">