Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #397210

    Not sure why this is happening, but the responsive / mobile (iPhone) layout is breaking, by displaying a navigational selection in the top-right position. i have no idea why this is happening – is it related to using porfolio? link in the private content, and here is a picture of what I’m seeing on iphone:

    i have it set to no sidebar on the individual portfolio items. the “navigation” that is appearing at the top right in the image is the main menu.

    thanks in advance for your help!

    #397301

    Hey!

    Adding this code to the Quick CSS will fix it:

    @media only screen and (max-width: 767px){
        .responsive #top {
            position: relative;
        }
    }

    Cheers! 
    Josue

    #397653

    thank you, josue! that fixed the problem. what a strange issue, too. i’ve never seen it before on any responsive implementation of Enfold, but then, i don’t often use portfolio items, either.

    #397676

    Great, we’re aware of this issue and a fix will be included in the next patch.

    Best regards,
    Josue

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