This topic has 4 replies, 2 voices, and was last updated 2 years, 2 months ago ago by Rose Tyler
Hi,
I want to left align the text in the banners with mask element in homepage (so that the text falls on the empty background area).
I have tried some CSS code, but it doesn’t seem to make the change from center to left, could you please help?
Thanks,
Vivi
Hello,
Please check the screenshot in the Private Content area, the text is already left aligned. Maybe you can’t see it because of cache, try to clear cache of your browser.
Regards
Hi, I face the issue on mobile, not desktop.
Please check screenshot
Hello,
Thanks for the reply.
Add the next code in the Theme Options > Theme custom CSS > Mobile:
body .banner .banner-content, body .banner.banner-type-2 .banner-content .banner-subtitle {
text-align: left !important;
}
Also, select px here – https://prnt.sc/j-oosnV1Zcxa , because settings of font-size do not work now.
Regards
You must be logged in to reply to this topic.Log in/Sign up