Site logo

[Support request] Mobile Layout Not Proper

Home Forums Support [Support request] Mobile Layout Not Proper

Home Forums Support Mobile Layout Not Proper

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #2599524
    Aman Singh

    Hello,

    In the screenshot, as you can see, I am facing a few issues that need to be sorted.

    1. I need the logo on top & then the Mobile menu toggle below it, and the search box below. And in the center.

    2. There is the light background color for the mobile toggle that I need to remove for the toggle and when the menu is open that time as well

    Mobile Menu Issue

    3. On the iPhone 14 Pro Max, you can see the menu does not open properly.

    iPhone mobile menu issue

    I have provided you with temporary access. If you need to check directly, you can do it. The custom CSS is all in the child theme.

    Thank you.

    #2599622
    Aman Singh

    I have used the below code to solve the 1st issue. Can you confirm if it’s the correct way or there is some other proper code for it.

    @media (max-width: 768px) {
    .has-inline-mobile-toggle .inside-header {
        text-align: center;
    	display: block;}
    }
    #2599815
    David
    Staff
    Customer Support

    Hi there,

    1. that CSS is good.

    2. Add this CSS:

    .mobile-menu-control-wrapper .menu-toggle {
        background: unset;
    }

    3. Did you resolve this ?

    #2599828
    Aman Singh

    Thanks David for the quick reply.

    The third one still not solved on Safari Browser. But working correctly in Chrome Browser.

    #2600795
    David
    Staff
    Customer Support

    Can you try opening the site in an incognito chrome browser and on a different network ?

    #2601233
    Aman Singh

    I tried and on Chrome browser it works perfectly.

    The issue is on Safari browser (iPhone 14 Pro Max)

    On iPhone 14 as well I checked and it works perfectly in Safari browser.

    I have disabled the off-canvas and used the standard one because of the safari Issue.

    #2602337
    Ying
    Staff
    Customer Support

    Can you enable the off-canvas menu for mobile so we can test it on our mobile devices?

    #2602346
    Aman Singh

    I have submitted the login details. So you can enable it and check it if you want.

    Right now I am travelling so I won’t be able to access my website for few days.

    #2602396
    Ying
    Staff
    Customer Support

    I see, as it’s not a staging site, we are not supposed to change any settings unless you grant us permission.

    I’ll go ahead and do some testing, will let you know.

    #2602404
    Ying
    Staff
    Customer Support

    I’ve changed the setting, but no effect on the front end when logged out, it seems you have heavy cache on the server level.

    You will have to clear the cache on the server before we can see the changes.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.