RD
Rich Dixon
Original poster
Member
#1
Using the SiteOrigin Hero Widget on this page.
Looks great, except on mobile it’s compressed into a single vertical line (dropbox link to screenshot: https://www.dropbox.com/s/94ltd5hj1qgd5e6/screenshot%201.jpg?dl=0 )
Assume it’s a padding or margin issue but can’t figure it out.
https://frontrangefreedomtour.org/2018-review/
ST
Spiracle Themes
Original poster
#2
Hi Rich
Try the CSS below
@media (max-width: 767px) {
.panel-grid.panel-has-style>.panel-row-style{
display: block;
}
}
Best Regards
Hi Andrew
I’ve encountered a similar issue on the home page of this site. I placed two Hero widgets side-by-side in a row. They work fine, except in mobile they’re squished into a single vertical line.
I tried the CSS you provided in the thread above but it has no effect. Maybe because they’re side-by-side?
Home
Thanks for the help.