Hey all,
I've tried to update my stylesheet.css in my custom template that I've limped along between zencart versions. My best_sellers.php is oddly crooked and I've been busy in the last year or two to even look. Now I've tried a few changes but don't see the change and it gets hard for me to figure it out because my hosting has cached CSS files I think.
Here is what I want more to the left:
To show you, it is on tolivealie.com/store, here is the stylesheet
and here is the code I mildly changed
#bestsellers .wrapper {
margin: 0em 0em 0em 0.3em;
}
#bestsellers ol {
padding: 0;
margin-left: 0.3em;
}
#bestsellers li {
padding: 0;
margin: 0.3em 0em 0.3em 0em;
}
Above I changed the .wrapper and ol where it says 0.3, one was 1.5 and the other was 1.3.
Is there another CSS file interacting here? I do have a modules and buttons CSS in my template folder but I think they load after this main one. Did bestsellers CSS name change in newer versions? Thank you.


Reply With Quote


