Sidebar Widget Formatting
-
I need help getting my sidebar contents centrally aligned??
ORIGINAL CSS :
.widget ul {
list-style: none;
margin-left: 0;
}results in my current sidebar, with “portfolio” and “instagram” kind of situated on the left side of the sidebar.
CHANGING CSS TO :
.widget ul {
list-style: none;
}results in “portfolio” and “instagram” perfectly centre-aligned, but the sections under “Category” get shifted to the right and are off-center.
How can I get everything in the sidebar nicely centre-aligned? Am i asking the right questions? All changes to CSS seem futile except for in the “.widget ul” section.
my site:
https://www.test.jorraine.com
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Sidebar Widget Formatting’ is closed to new replies.