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!
Hey!
Adding this code to the Quick CSS will fix it:
@media only screen and (max-width: 767px){
.responsive #top {
position: relative;
}
}
Cheers!
Josue
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.
Great, we’re aware of this issue and a fix will be included in the next patch.
Best regards,
Josue