Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi, I just finished building this website: https://www.bioprotect.co.il, and it’s very important that it will look good on mobile too. When I tried opening it from my iPhone, lots of things aren’t working.
Does anyone know how to fix this?
Thanks, Eitan
Hello,
I checked your site in mobile but apart from the logo located in right position, i did not see any of these issues.
-For the logo positioning, please add this code into your custom css box:
@media (max-width: 480px){
#logo {
float: left !important;
left: 40px !important;
}}
Edit “left” attribute value to your wish.
-I was able to open menu, click one item of it and actually redirected to that page.
-What do you mean by “footer is off the width of the site”? I see it is resized just as it should in mobile. Please see screenshot of it. Are you not seeing this? If yes, what exactly do you want to change here?
Let us know.
Best regards!
You must be logged in to reply to this topic.