How do I remove these spaces?
In the following image, I hit Ctr+A to select everything. I want to know how to remove the spaces indicated by numbers 1 through 3. Also, there is a little extra space above the links to log in, veiw your cart, etc. Can that be removed as well?
http://wildfiremarketinggroup.com/cart/
http://www.wildfiremg.com/trash/zen.jpg
Re: How do I remove these spaces?
This is a css issue but you have 6 stylesheets and most will not ferret through all 6 to determine where the issue is. Try first merging these so that you also know what is going on.
Re: How do I remove these spaces?
The CSS that is causing it is from Zen Cart. Th space is there in a bone-stock Zen install.
Re: How do I remove these spaces?
Again, you have too many style sheets to sift through. and the side box space is not there in a default install. See one that is about as default as it gets at waytags dot com. You can then determine what you have added/changed to get what you have
Re: How do I remove these spaces?
Quote:
Originally Posted by
kobra
Again, you have too many style sheets to sift through. and the side box space is not there in a default install. See one that is about as default as it gets at waytags dot com. You can then determine what you have added/changed to get what you have
No. Again, it is not caused by my CSS. It is caused by the CSS in Zen. This is evident because the exact same thing appears in the site you posted as an example.
http://www.wildfiremg.com/trash/zen2.jpg
Re: How do I remove these spaces?
Well, #1 and #2 are fixed. They were in the classic stylsheet. I still can't find #3.
Re: How do I remove these spaces?
Quote:
No. Again, it is not caused by my CSS. It is caused by the CSS in Zen. This is evident because the exact same thing appears in the site you posted as an example.
I still can't find #3.
#3 is the sidebox alignment and this does not have the left margin on the site I posted...but you seem to know that it is not your css but when I delete your style.css code the site is fully broken and this is not Zen Cart code
Re: How do I remove these spaces?
Quote:
Originally Posted by
kobra
but when I delete your style.css code the site is fully broken and this is not Zen Cart code
Of course it is broken when you remove the CSS. The divs that wrap the site have no definitions without the CSS.
In regards to #3, it's not the side margin that I'm referring to. It's the space above the seach field. I've managed to track down that it is being caused by an h3 tag which isn't showing anything because it's empty. I haven't managed to find the part of the code that actually writes the h3 for the seach box though. Any idea where I would find that?
Re: How do I remove these spaces?
Quote:
Of course it is broken when you remove the CSS. The divs that wrap the site have no definitions without the CSS.
Not all 6 of the css files that you are loading just the non zen style.css file. Try it! Rename it to style.txt and load your site. See that your css is also messing with the layout and why I initially posted that you should merge these files.
But you adamantly contend that your css is not controlling the site layout.
Re: How do I remove these spaces?
Quote:
Originally Posted by
kobra
Not all 6 of the css files that you are loading just the non zen style.css file. Try it! Rename it to style.txt and load your site. See that your css is also messing with the layout and why I initially posted that you should merge these files.
But you adamantly contend that your css is not controlling the site layout.
Good lord, you are really a child. You have insisted from the begining that all of these things were caused by my CSS and not the CSS of Zen Cart. Yet, all of the things that were causing them have been found in the CSS of Zen, and I have already told you what is causing the last one. Is your ego so fragile that you have to cling on to your statements even though you've already been proven wrong? If you are just going to sit here and argue, just post in someone else's thread. Grow up.