Hello all,
I tried to decrease the space between each sidebox. I know I should edit the stylesheet.css however I could npot locate which line should be altered.
Here is the screenshot of my sidebox. The space I want to decrease was arrowed.
Thanks!
Hello all,
I tried to decrease the space between each sidebox. I know I should edit the stylesheet.css however I could npot locate which line should be altered.
Here is the screenshot of my sidebox. The space I want to decrease was arrowed.
Thanks!
Seeing your site live makes it easier for us to give correct advice.
The stock Classic template has this in its stylesheet.css; your template may have something similar. If so, change margin-top as desired.Code:.leftBoxContainer, .rightBoxContainer { margin: 0em; border: 1px solid #9a9a9a; border-bottom: 5px solid #336633; margin-top: 1.5em; }
Of course!
The site is currently under construction:
http://www.oleklejbzon.com/campbellsloft3/
Looks like you have it fixed:)
The "ART for sale" and "RUG for sale" are the category descriptions. You can edit or delete them in Catalog > Categories/Products > edit category.
Add to your stylesheet
#productListing{border: 1px solid #aabbcc;}
I notice that you have stylesheet.css and stylesheet1.css, both with essentially the same content. This is a bad idea, as they will both be trying to control the whole site, and changes to one might not be effective. Put all of your customizations in stylesheet.css and delete stylesheet1.css.
Thanks bro, it works again. I still have a problem when I add product into shopping cart. The font color "Shopping Cart [More]" in the shopping cart sidebox appears to be white (supposed to be black) so that I cannot see the headline font. I figured out there must be some line in my stylesheet.css need be changed. I traced it with firebug and located with line 562 with color = blk, background-color= white.