Image Not Showing Correctly

Hi,

When I see my webpage https://getbusiness.fit/execution-gap/ the image on the right doesn’t show correctly.

See the screencapture

How do I make it show correctly when viewed on a larger screen?

Thanks, Mike

Hello Mike,

Thanks for writing in!

To resolve your issue, please edit your page back in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS

#x-section-2 {
    background-size: contain;
    background-position: top left;
}

You will need to edit your background image to remove the line and the rounded corners which is basically present in the image itself.

Hope this helps. Kindly let us know.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.