Hi,
I’m using Page Builder to help layout some pages but have noticed an issue.
I was hoping to build a full width image with a headline title widget and then a centred button with a link.
I think I need to build this using a layout builder widget, so I add that on one row and make that row full width.
I then add a headline widget and a button widget and it all looks fine on my computer.
However, on my iPhone 6, the text is very squashed and isn’t usable at all.
If I put the headline widget on a row with a fukk width background, it works fine.
But it looks like when I use the layout builder, it doesn’t respond correctly.
Am I doing anything wrong?
I’ve tried this with your Vantage theme as well as others and get the same issues.
Hope you can help.
Thanks
Steve
Hi Polygonsky,
Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.
This is a private message.
Hi Polygonsky,
You can fixthis with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
@media (max-width: 550px){ #panel-w56cb8a9ca656f-0-0-0 .panel-widget-style { padding: 50px !important; } }You might also need to install the SiteOrigin CSS Editor.