When I shift the text, the bulletpoints don't shift with it
-
I aim to move my sidebar’s text to the left. (San Kloud theme.) When I move my sidebar graphics to the right, the text moves along with it.
Here’s the code I attempted:
. widget a {
position: relative;
left: -10px
}(I’ve also tried this with widget h3 instead of widget a.)
The widget a code moved the text to on top of the bullet point; when I’ve tried to inspect element for the bullet point, I get the information for widget a. The widget h3 option proved irrelevant.
How do I get my sidebar text centered better?
The blog I need help with is: (visible only to logged in users)
-
Problem solved. For others’ reference, you have to shift the .div line for each widget. (So you have “.div.widget.image-2.widget_image” in the code above where “widget a” was, for example.)
-
- The topic ‘When I shift the text, the bulletpoints don't shift with it’ is closed to new replies.