Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #867658

    Hi,

    Please see the link that I pasted in the private content. Basically the problem is that when viewing on mobile, the background image of the color section is being overlapped by the menu. Is there a way to push down the background image down a bit so the top part will be visible?

    • This topic was modified 7 years ago by Simplify.
    #867690

    Hey Simplify,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
    #top-bg .av-parallax.enabled-parallax.active-parallax {
      background-position: center;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #867695

    Hi,

    Nope it didn’t work. I think that the background position is already centered (position is covered so the background position y would always be on top ). The issue is that the menu is overlapping the background image.

    #868489

    Hi,

    Are you referring to the first color section with the “woman”? The image is completely visible on a mobile device emulator. Please provide a screenshot of the issue.

    Best regards,
    Ismael

    #868702

    The emulator shows it fine – but not on actual phone – pls try pulling up site on an actual phone and you’ll see. I’m trying to attach screenshot here but it won’t let me – doesnt attach.

    #869115

    Hi,

    Please use imgur or dropbox for the screenshot. What is the actual model of your mobile phone?

    Best regards,
    Ismael

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