Need Help with Theme Visibility on Mobile View

Hi All,

Please help in fixing the website Homepage View on Mobile. Currently the page looks bit zoomed in and if I zoom out to 75% on mobile, it looks perfect.

How can i get this fixed permanently for mobile.

At 100% on Mobile

At 75% on Mobile

Hi,

You can use the below code:

@media (max-width:768px) {
body {
   transform: scale(0.75);
}
}

Just wondering, are you the same person as in the other posts? I’ve noticed many posts lately regarding to the same website, from different usernames.

Hi @GabrielS

Thanks for your reply. The code made the site too much zoomed out and by putting value to 0.99, it solved the issue.

Also I am connected with you for the first time. I am part of the business core team and as we are near launch date, maybe someone else also has posted queries here.

Glad that it was helpful!

Your team should consider hiring a web developer that can handle your website edits.

Have a nice day!