What was fixed – in the view I’m using on my staging page, when viewed on mobile it gets cut off (mostly their title, but there is a column on the right)
Hi there. @Lori_Cothrun
Apologies for the inconvenience!
Could you please send me a screenshot of the issue and specify the device you’re using? I’ll be happy to look into this for you
The second glitchy column is no longer there, but something is weird about the line breaks for the longer titles.
And the longer names are cutt off
The issue occurs because of the large horizontal padding:
To fix the issue, you should reduce this padding on mobile devices. You can do this using this code in the Custom CSS field on the Style tab of your widget’s settings:
@media(max-width: 600px) {
[class*="WidgetBackground__Content-sc"] {
padding-left: 20px !important;
padding-right: 20px !important;
}
}
Please try it out and let me know if it helped
Yes, thank you!
Great, you’re welcome!
In the meantime, we’d like to invite you to participate in our new contest, where you can win a 6-month extension for your subscription - May Contest: Create a Caption for Our Photo and Win 6 Months FREE!
Check the details and join in