- This topic has 9 replies, 3 voices, and was last updated 2 years, 11 months ago by
Ying.
-
AuthorPosts
-
April 6, 2023 at 7:27 am #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
3. On the iPhone 14 Pro Max, you can see the menu does not open properly.
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.
April 6, 2023 at 7:53 am #2599622Aman 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;} }April 6, 2023 at 9:17 am #2599815David
StaffCustomer SupportHi there,
1. that CSS is good.
2. Add this CSS:
.mobile-menu-control-wrapper .menu-toggle { background: unset; }3. Did you resolve this ?
April 6, 2023 at 9:26 am #2599828Aman Singh
Thanks David for the quick reply.
The third one still not solved on Safari Browser. But working correctly in Chrome Browser.
April 7, 2023 at 5:45 am #2600795David
StaffCustomer SupportCan you try opening the site in an incognito chrome browser and on a different network ?
April 7, 2023 at 10:14 am #2601233Aman 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.
April 8, 2023 at 10:44 am #2602337Ying
StaffCustomer SupportCan you enable the off-canvas menu for mobile so we can test it on our mobile devices?
April 8, 2023 at 11:01 am #2602346Aman 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.
April 8, 2023 at 12:07 pm #2602396Ying
StaffCustomer SupportI 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.
April 8, 2023 at 12:12 pm #2602404Ying
StaffCustomer SupportI’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.
-
AuthorPosts
- You must be logged in to reply to this topic.