Help! This has happened to me, too!
http://neonismycolor.com
carolejonescjj and coachwxchic,
As far as the content text, add this to your child theme or css area,
.entry-content ol, .entry-content p, .entry-content ul {
margin-bottom: 2.6rem;
}
Sorry ladies, This is the correct code.
.entry-content ol, .entry-content p, .entry-content ul {
text-align: left;
}
You’re welcome coachwxchic. By the way, next time per forum rules please start your own thread. I don’t want you getting in trouble with the moderators.
Have a great day.
Thanks 1-jah. I’ve added the code to my css in the same spot where there is other .entry-content code and it is still centered 🙁
I’ve tried a few code variations since this happened last month, but nothing seems to work.
You tried to put that in your theme css? Cause you can’t put it there. Even if you did it correctly it’s never good to alter your theme css or any files for that matter. You need to either create a child theme or use a plugin like the one below if your theme doesn’t already have a custom css option.
https://ww.wp.xz.cn/plugins/custom-css-editor/
Install this. After the install activate it. It will now be in the submenu of appearance on your dashboard. Once there click add new, label it Custom CSS and add the code I provided and hit publish.