Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #371708

    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.

    #371781

    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

    #373425
    This reply has been marked as private.
    #373751

    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

    #373873

    Sub menu problem still goes on.

    “z-index: 999;” doesn’t make the problem disappear. :(

    any clever idea?

    #373905

    Hi!

    Submenu is showing on my end (at less than 1024px window size) – http://i.imgur.com/fuZ9IpE.png

    Regards,
    Josue

    #374006

    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.

    #374007

    I think “overflow-x: scroll;” gets the submenu hidden despite making scroll works.

    #375432

    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

    #375533

    Yes, it works. Thank Josue!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Give your demo site a try on Nexus7 2013’ is closed to new replies.