It should be left actually but the theme’s CSS is probably overwriting it. Can you give me a link to a post/page where it’s showing so that I can check?
Thread Starter
Anton
(@jonathanc1)
Hi,
The text is aligned left, see screenshot https://prnt.sc/p5bOFV-9nLI4
Maybe I did not understand your question?
Thread Starter
Anton
(@jonathanc1)
Yes, the text on desktop is aligned left. But not on mobile. I am looking for the text to be displayed left on mobile as well.
Sorry, I missed that in your second reply. We try to make it look better on mobile and thought centered would be best. You can add this to your theme’s Custom CSS to align the author description to the left:
@media screen and (max-width: 480px){
.saboxplugin-wrap .saboxplugin-desc {
text-align: left !important;
}
}