How to remove a gap

Hi all,

Is their anyone who can help me remove this gap? When the website is viewed, there is a gap to the right of the banner. See image below.

When working on the website, there appears to be no gap to the right.

Any ideas?

Thank you for reading this.

Tracy

Hi There,

The width of that image is 1000px which is NOT enough to span to the edge of browser.

I recommend you to set the background image for that section instead:

Or add this element CSS to your image:

$el img {
   width: 100%;
   height: auto;
}

Hope it helps :slight_smile:

1 Like

Hi guys,

I just replaced the image with a 1200 one. It worked like a dream.

Thank you all.

Tracy :grinning:

You’re most welcome, Tracy.

Cheers!

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