blvq12
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Newbie Needs Help With Sidebar Category Listing SpacingHi justbhishop,
I got the following sidebar code. Where exactly would I put the text-align: left; ????
#sidebar-r ul, #sidebar-r ul ol {
margin: 0;
padding: 0;
}#sidebar-r ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 0px;
}#sidebar-r ul p, #sidebar-r ul select {
margin: 5px 0 8px;
}#sidebar-r ul ul, #sidebar-r ul ol {
margin: 5px 0 0 10px;
}#sidebar-r ul ul ul, #sidebar-r ul ol {
margin: 0 0 0 10px;
}ol li, #sidebar-r ul ol li {
list-style: decimal outside;
}#sidebar-r ul ul li, #sidebar-r ul ol li {
margin: 3px 0 0;
padding: 0;
}
/* End Entry Lists *//* Begin Sidebar */
#sidebar-r
{
margin-left: 15px;
width: 194px;
padding-top: 20px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
text-align: left;
float: right;
}#sidebar form {
margin: 0;
}
/* End Sidebar */Forum: Fixing WordPress
In reply to: Newbie Needs Help With Sidebar Category Listing SpacingThe Theme is as follows:
WordPress Default 1.6 by Michael HeilemannThe default WordPress theme based on the famous Kubrick.
All of this theme’s files are located in /themes/default.
Forum: Fixing WordPress
In reply to: Newbie Needs Help With Sidebar Category Listing SpacingWas hoping for an answer on these? Anyone else have any ideas?
Forum: Fixing WordPress
In reply to: Newbie Needs Help With Sidebar Category Listing SpacingThank you very much that was a really big help.
And yet, I am still having trouble with setting up the listings on the right sidebar. If you look at that sidebar, you will notice the headings and their sub-categories are all showing up centered. How can I get it to be left aligned like on the left sidebar.
My second issue is how do I get rid of the decimal point under the categories section on the right sidebar so that it only shows Uncategorized and other later categories I add without the decimal.
If anyone out there could help me with these, I would really appreciate it. Seems I can’t crack the code on these, but I bet there is at least one pro out there who knows how to fix these in no time flat? Can you do it?