Zen Follower
- Join Date:
- Jul 2011
- Posts:
- 106
- Plugin Contributions:
- 0
Space between headerWrapper and logoWrapper
:frusty:
Views: 3,088
Zen Follower
:frusty:
Totally Zenned
Don't know if it's causing problems, but your background images are not loading for the navMainWrapper and logoWrapper. Could be that it's trying to reserve a spot for them.
How's about just killing the background-color:silver; around line 186 of the stylesheet. Course, then you only have 63 colors left. :P
Zen Follower
dbltoe:
Don't know if it's causing problems, but your background images are not loading for the navMainWrapper and logoWrapper. Could be that it's trying to reserve a spot for them.
How's about just killing the background-color:silver; around line 186 of the stylesheet. Course, then you only have 63 colors left. :P
Background image shouldnt have any effect on the div.
Just for kicks, I commented the images out and nothing changed. :frusty:
Silver is the temporary color for mainWrapper so I could see and eliminate unused and unwanted gaps between the DIVs.
Totally Zenned
Then you will need to break out the h3 and the tagline.
The combination of the sitewide margin-top for h3 and your decision to make tagline 2em is creating the gap.
Try removing the font-size for tagline and adding> #tagline h3 {
margin-top: 0;
padding-top: 1em;
font-size: 2em;
color: #006600;
}adjust as required.
Zen Follower
dbltoe:
Then you will need to break out the h3 and the tagline.
The combination of the sitewide margin-top for h3 and your decision to make tagline 2em is creating the gap.
Try removing the font-size for tagline and addingadjust as required.
IT WORKED! :shocking:
Pure Genius! :bigups:
Thank you and everyone who helped!
Totally Zenned
Glad you got it going.
No genius involved, just firebug.
Zen Follower
Black Belt
I don't see that on your site now, and the attachment was too fuzzy to tell what it was.
Zen Follower
Hi, below the main picture are listed the names of all the categories that are in the shop. How can I turn off that this is not shown. I will nothing under picture. Thanks, :blush:
Zen Follower
Sorry, please see on http://prirodnilek.org
Totally Zenned
kobra8:
Hi, below the main picture are listed the names of all the categories that are in the shop. How can I turn off that this is not shown. I will nothing under picture. Thanks, :blush:
Admin/Configuration/Layout Settings/Categories-Tabs Menu ON/OFF - set to off.
Zen Follower
Thanks :clap:
Zen Follower
I'm having the exact same problem as the original poster. My site is: https://www.kings-kreations.com There is a small white line dividing my header (logowrapper) and my categories (cattabwrapper). I have been using Web Developer in FF to inspect the page. I cannot for the life of me figure out where this gap is coming from. I have set margins and padding to 0 in every place that seems to be related and used the code given below, to no avail. I still have a gap. Can someone help?
New Zenner
I would say it's the <br class="clearBoth"> which will probably be in the header template file. Remove it and you should bring them together.
Zen Follower
maac2:
I would say it's the <br class="clearBoth"> which will probably be in the header template file. Remove it and you should bring them together.
Thank you!! :clap:
Tell staff why this post should be reviewed.