How can I center an image on mobile site version?

Hello! I need help centering the image on my home page on the mobile version of the site. The desktop version of the site is fine but the mobile version is not centered if anyone can help me out I would greatly appreciate it!

1 Like

@wulianjayne

oh sorry can you add this code

@media only screen and (max-width: 749px) {
body, html {height: 100%;}
}

After code layout

1 Like

This worked thank you!