Hope page on mobile view

on our homepage on the mobile view we have a text box that does the below

the text doesnt move on to next line it just goes over top of text already there

can you help

can someone help

Hello Chris,

Thanks for writing to us.

It seems that you are using the Text element where you have added custom HTML markup. It requires some line height for the mobile view. You can add this custom CSS code under —>Page—>Cornerstone page builder—>Text Element—>Customize—>Edit CSS

@media (max-width: 766.99px){
$el span{line-height: 1;}
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

that worked thanks

You are most welcome Chris

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.