Scroll doesn’t work with the front page of your demo site and mine in Landscape Mode of Nexus7 (both Chrome and Firefox) (http://kriesi.at/themes/enfold-photography/)
Although I’ve chosen “Sticky if sidebar is smaller than… ” on Sticky Sidebar menu option.
Hi James!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) {
.html_header_sidebar #top #header_main {
overflow-x: scroll;
height: 100%;
}}
Best regards,
Yigit
Hi!
Try with this:
@media only screen and (max-width: 1024px) {
.html_header_sidebar.avia_mobile #top #header_main {
overflow-x: scroll;
height: 100%;
}}
Regards,
Josue
Sub menu problem still goes on.
“z-index: 999;” doesn’t make the problem disappear. :(
any clever idea?
Hi!
Submenu is showing on my end (at less than 1024px window size) – http://i.imgur.com/fuZ9IpE.png
Regards,
Josue
it works only browsers by resizing it in desktop.
I checked out in landscape mode in 2013 Nexus 7, it didn’t work as a result.
I think “overflow-x: scroll;” gets the submenu hidden despite making scroll works.
Hi!
Include this in the media query you have in style.css, that will make the submenu visible on mobiles:
.html_header_sidebar.html_header_left.avia_mobile .av-main-nav ul{ left: 40%; }
Please note that this is not meant to be a final solution but a workaround until Kriesi releases a definitive fix.
Regards,
Josue
Yes, it works. Thank Josue!