Tagged: alignment, bullet points, text
Hi,
I’ve noticed that in Enfold, if you align bulleted text to the center or right-hand side, the actual bullets remain aligned to the left of the page. It looks quite weird, even though this may be technically right to some people. Is there a way to get the bullet points to follow the alignment of the text?
Thanks,
Lea
Hi,
This is the default behavior in all themes and html I believe.
Please try this CSS. Add it to your /css/custom.css file OR to Quick CSS
ol {
float:right;
}
If it doesn’t work , please provide a url to where the problem can be seen.
Thanks,
Nick
It works. Thank you!