Forums / Templates, Stylesheets, Page Layout / White Space Between Main-page Image And Horizontal Menu-

White Space Between Main-page Image And Horizontal Menu-

Locked
Results 1 to 13 of 13
This thread is locked. New replies are disabled.
03 Sep 2008, 15:14
#1
vertigo avatar

vertigo

New Zenner

Join Date:
Aug 2008
Posts:
25
Plugin Contributions:
0

White Space Between Main-page Image And Horizontal Menu-

Hi All

Searched all the threads regarding this matter, and tried them all, but couldnt fix the problem..

You will easily see the white space between the horizontal menu and the image i have inserted...

I will take a shower after spending nearly 2.5 hours on that and will pray to see some posts when i came back :(

www.chs-limited.co.uk
03 Sep 2008, 17:02
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2

Re: White Space Between Main-page Image And Horizontal Menu-

Your link yields this:

1062 Duplicate entry 'zc_d6616cb5f4c2cb55d422ea67feb723b0' for key 1
in:
[db_cache table]
03 Sep 2008, 18:18
#3
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Posts:
430
Plugin Contributions:
0

Re: White Space Between Main-page Image And Horizontal Menu-

You have an empty DIV for the tagline, which is giving you the blank space...

try...
#tagline {
display:none;
}

in your stylesheet.css
03 Sep 2008, 20:03
#4
vertigo avatar

vertigo

New Zenner

Join Date:
Aug 2008
Posts:
25
Plugin Contributions:
0

Re: White Space Between Main-page Image And Horizontal Menu-

thanks a lot guys

will try in a min

and will pray at the same time!

:(
03 Sep 2008, 20:08
#5
vertigo avatar

vertigo

New Zenner

Join Date:
Aug 2008
Posts:
25
Plugin Contributions:
0

Re: White Space Between Main-page Image And Horizontal Menu-

s_t_e_v_e:

You have an empty DIV for the tagline, which is giving you the blank space...

try...
#tagline {
display:none;
}

in your stylesheet.css


nope that didnt work :frusty:
03 Sep 2008, 20:11
#6
vertigo avatar

vertigo

New Zenner

Join Date:
Aug 2008
Posts:
25
Plugin Contributions:
0

Re: White Space Between Main-page Image And Horizontal Menu-

s_t_e_v_e:

You have an empty DIV for the tagline, which is giving you the blank space...

try...
#tagline {
display:none;
}

in your stylesheet.css


stevesh:

Your link yields this:

1062 Duplicate entry 'zc_d6616cb5f4c2cb55d422ea67feb723b0' for key 1
in:
[db_cache table]


hmm
interesting as never happened to me...
03 Sep 2008, 21:55
#7
vertigo avatar

vertigo

New Zenner

Join Date:
Aug 2008
Posts:
25
Plugin Contributions:
0

Re: White Space Between Main-page Image And Horizontal Menu-

should be someone there!:frusty:
03 Sep 2008, 22:09
#8
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Posts:
430
Plugin Contributions:
0

Re: White Space Between Main-page Image And Horizontal Menu-

try...
#tagline {
display:none;
}

..worked in firefox.... but not IE..

so try inserting this...


#taglineWrapper {
display:none;
}
03 Sep 2008, 22:30
#9
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Posts:
430
Plugin Contributions:
0

Re: White Space Between Main-page Image And Horizontal Menu-

or if that fails - change the background of the header to white - so if there is a gap - it will not show..

#headerWrapper {
background:#FFF;
}
04 Sep 2008, 07:36
#10
vertigo avatar

vertigo

New Zenner

Join Date:
Aug 2008
Posts:
25
Plugin Contributions:
0

Re: White Space Between Main-page Image And Horizontal Menu-

Hi Steve

Now trying

Lets see whats gonna happen
04 Sep 2008, 07:45
#11
vertigo avatar

vertigo

New Zenner

Join Date:
Aug 2008
Posts:
25
Plugin Contributions:
0

Re: White Space Between Main-page Image And Horizontal Menu-

Nope...

I am editing the main css file, hope that is the one i need to edit

includes/templates/mytemplate/css/stylesheet.css
04 Sep 2008, 16:13
#12
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Posts:
430
Plugin Contributions:
0

Re: White Space Between Main-page Image And Horizontal Menu-

I see you have changed the css (in the correct file)... and your header looks ok to me in both firefox 3 and IE7.... although there are some issues further down the page...
04 Sep 2008, 20:51
#13
vertigo avatar

vertigo

New Zenner

Join Date:
Aug 2008
Posts:
25
Plugin Contributions:
0

Re: White Space Between Main-page Image And Horizontal Menu-

s_t_e_v_e:

I see you have changed the css (in the correct file)... and your header looks ok to me in both firefox 3 and IE7.... although there are some issues further down the page...


Hi Steve

will take care of those later, just been trying to work on the header for the last 2 days, lost a lot of time

But thanks a lot mate

hope there can be an issue in the future io can help you with!