CSS3 move items to right
The RIGHT column is slightly not equally centered (see screengrab with more light blue space on right). How do I manipulate the CSS to move the RIGHT column with circles and text slightly closer to the edge the same as the LEFT circles?
Move approx 10px to right.
I’ve currently:
$('#content_index_right ul li:odd').css('padding', '10px 0');
Specify the width of that “center” class so that it’s 310px and it will even things out for you: