-
AuthorPosts
-
February 13, 2015 at 5:38 am #395508
Hi Enfold team! I’m not sure that’s the best title, but ever since my most recent theme update in January I’ve been very disappointed with the appearance of my website on mobile devices–something I was very pleased with prior to that update and a big part of the reason I went with Enfold in the first place.
Specifically, since the update, the menu defaults to being open and listed on the top right side of the screen, forcing the page to no longer display at full-width across the screen, whether in portrait or landscape view on at least three different Android devices. This forces the viewer to zoom in to read the page…something I switched to Enfold specifically to avoid! It seems to load differently on iPhones and on Androids using Chrome, with the menu open but accessible by sliding to the right. However, on my family’s Android phones using Chrome, if I switch from landscape/horizontal view to vertical/portrait view the page does not reorient correctly, with the menu suddenly visible and the page cut off on the left side. This happens 100% of the time on our devices (different phone models).
Is there a way to disable this “feature”? I far preferred the previous view where the page loaded perfectly on all Android and iPhone/iPod devices and the user simply clicked the menu icon to access and navigate the menu. Can you explain the rationale in this change (i.e. am I missing some benefit that I’m not seeing)?
Many thanks…I do really enjoy and appreciate the theme but this was a big disappointment to me.
- This topic was modified 9 years, 9 months ago by johnlaunstein.
February 13, 2015 at 2:54 pm #395763Hi johnlaunstein!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { #wrap_all { position: relative !important; }}
Cheers!
YigitFebruary 14, 2015 at 7:56 am #396115Thank you so much, Yigit! You guys are awesome! Worked like a charm.
February 16, 2015 at 8:14 am #396542 -
AuthorPosts
- You must be logged in to reply to this topic.