This topic has 2 replies, 2 voices, and was last updated 4 years, 2 months ago ago by Rose Tyler
Hello, I’ve an issue with the promotext (a little banner in the top of the page rolling). When I’m in a mobile view, I can see just half text.. the other part is hidden. I’d like to have it in 2 lines in a mobile view to be sure that all the text is visible. Please, let me know! Thank You
Hello,
Thanks for using our theme.
Try to add the next code in Theme Options > Theme Custom CSS > Custom CSS for mobile:
.mobile-header-wrapper .et_promo_text_carousel .text-nowrap {
white-space: normal;
line-height: 1.7;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up