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
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!


