My "Best Seller" side box has about 1/4 of inch margin on the left side before the numbers.
How do I decrease this and move everything over to the left so it looks like the other sideboxes?
My "Best Seller" side box has about 1/4 of inch margin on the left side before the numbers.
How do I decrease this and move everything over to the left so it looks like the other sideboxes?
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Great, but where is the section in my stylesheet? I can't find it.
What text do I do a "Find" on?
You add it. You are currently seeing the ordered list with the default spacing given to it by your browser. You're going to override them with something more to your taste.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Forgive my ignorance but could you provide me with the proper line code as well as tell me where in the CSS I need to place the code.
I am just learning about the CSS and how it works.
This one can be added pretty much anywhere in your stylesheet (though sometimes the location of custom CSS is important); some people group custom declarations at the end of the file, some put them with declarations for the same part of the page. Do what makes sense to you.
#bestsellers ol {margin-left: .3em;}
Adjust to taste.
Does not seem to be working> I did find this in my CSS and this is what is currently listed:
#bestsellers .wrapper {
margin: 0em 0em 0em 1.5em;
}
#bestsellers ol {
padding: 0;
margin-left: 1.1em;
}
#bestsellers li {
padding: 0;
margin: 0.3em 0em 0.3em 0em;
}
I am also running the "BetterCatagories" mod css as well.