Mobiel issue
I'm using a Seperator with text with a custom CSS class as follows;
.text30 {font-size: 30px; line-height: 100%;}
This doesn't work on a mobile view, https://www.flickr.com/photos/83289911@N04/20027364776/ as you can see the text is cut off on the right.
Any help appreciated.
.text30 {font-size: 30px; line-height: 100%;}
This doesn't work on a mobile view, https://www.flickr.com/photos/83289911@N04/20027364776/ as you can see the text is cut off on the right.
Any help appreciated.
Comments
use !important declaration and this should help.
Thanks!
.text30 {font-size: 30px; line-height: 100%; !important;}
but the text is still cutting off
This is the site, http://www.devonmadeconservatories.co.uk/
Expect Rbrace ar line 3 column 47
.text30a { font-size: 30px !important;}
That looks correct to me
Can you please tell me what it should be in the custom css for the page?
Thanks,
David.
I have changed the custom CSS class to;
.text30 { font-size: 30px; line-height: 100%; !important;}
This class has been applied to all the text seperators.
Coudl you please check and let me know.
Thanks,
David.
David.
Is it possible to wrap long text with seperator heading onto another line?
Thanks for all your hard work on this.
David.