This topic has 8 replies, 2 voices, and was last updated 2 years, 11 months ago ago by Rose Tyler
Hello team,
I am using banners with masks, set to left aligned text on desktop, but on mobile displays the content aligns to the center and I would like it to be left aligned as well.
Can you help me ?
Hello,
Please provide URL of page that contains banners.
Regards
Thank you for your answer but I’m on localhost
Previews ⬇️
Do you use Elementor or WPBakery?
Regards
WPBakery
Try to add the next code in Custom CSS area for the page:
@media only screen and (max-width: 772px) {
.banner .banner-content, .banner.banner-type-2 .banner-content .banner-subtitle, .banner .banner-content .banner-title {
text-align: left !important;
}
}
Regards
It works perfectly! thank you so much
You’re welcome!
Regards
The issue related to '‘banner with mask settings on mobile display’' has been successfully resolved, and the topic is now closed for further responses