For the past 2 days I have been trying to widen the main wrapper, because it looks terrible at 750px. I have changed the stylesheet.css in my template using both 100% and 1024px and it does absolutely nothing. I have been trying to figure this out for 2 days straight, and nothing works. This is is supposed to be very simple, but when I edit anything in the mainwrapper, nothing changes and I don't understand why.
for the roses image, the lower part has a align right and a cell width of 320 px. you need to do the same for the upper part. after that you need to play around a bit to align the rest of the images, and table cells, to get them lined up again.
When I click on that rose image using firebug, it shows me the "320" like you said, but I can't actually see this in stylesheet.css, I can only see it in the html code that firebug shows me. How can get access to that code?
Somehow the background was changed from black to white during all the changes. I have tried to replace the color in the stylesheet to no avail. I even tried to replace it with an image via this technique.
body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%;color: #888787;background: #fff;}
Change the code to:
body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%;color: #888787;background-image: url(../images/your-background-image-name.jpg);}
Nothing Works, and it looks pretty bad with white on the left and right side of the page (background).
I want it to be a green or tan color, though extending the orange bar at the bottom would be great too.
Zencart loads all stylesheets starting with 'style' and with the css extension it finds in the current template's css folder, so you have two sheets fighting each other (stylesheet.css and stylesheet1.css). Remove one or change its extension, and then you'll be able to style the site with the other.
Zencart loads all stylesheets starting with 'style' and with the css extension it finds in the current template's css folder, so you have two sheets fighting each other (stylesheet.css and stylesheet1.css). Remove one or change its extension, and then you'll be able to style the site with the other.
Thanks, I edited Stylesheet1
Moderation
Destination thread ID and reason are required when shown.
Report Post
Tell staff why this post should be reviewed.
Manage cookie preferences
Our cookie policy has been updated, so we need you to review your preferences and consent again.