• We use SiteOrigin Hero as a widget. However, in our mobile version, the Hero image is displayed with a white border on the right and left, although “full width” was selected for the layout of the row.

    How can we fix this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @miller2023,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    @media only screen and (max-width: 780px) {
        .siteorigin-panels-stretch.panel-row-style .panel-grid-cell {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Widget SiteOrigin Hero’ is closed to new replies.