BROKEN in MobileTablet view for no reason?

A new website I’m uilding for a client has suddenly broken when viewing on a mobile device. please can this be looked into ASAP?

The homepage works fine, but all the other page aren’t working - the content is overlapping and looks terrible

Hi There,

Your website is under construction mode.

Would you mind temparorily disabling it or providing us with your admin account so we can take a closer look?

Thank you.

1 Like

Hi Thai,

I’ve temporarily disabled it - please can you check ASAP so I can turn the ‘Under construction’ plugin back on to avoid a poor user experience for potential cusotmers?

Many thanks.

Hey @samueltopham,

It’s because you’ve set your section’s height to 50px. I believe you want to apply a background pattern on top of your section only. To achieve that, remove the 50px height and add this CSS

background-repeat-y: no-repeat; background-position: top;

See https://youtu.be/kwrgAxark64

Hope that helps.

I’ve added the CSS - but its still repeating down the page

Looks like you removed the background. The code should work provided you implemented it correctly as you can see in the screencast.

Thanks.

1 Like

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