- This topic has 5 replies, 2 voices, and was last updated 2 years, 10 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Hi
I want to change the text from centered to a straight left margin in the Ashe theme. (Don’t know if this is the correct vocabulary).
How do I do this?
Hi,
Please share direct link to the page where you want disable sidebars and we will check for the possible solutions.
Kind Regards
Hi,
Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:
.post-content > p {
text-align: left !important;
}
.post-title {
text-align: left;
}
Kind Regards
Hi!
Great, thanks. Suspected it was some css-voodoo that was needed.
Worked out fine. I even managed to figure out how to get the title back to centered 😉
Kind regards
Feel free to contact us at any time, we are more than happy to help.
Kind Regards