• Resolved pkflgano

    (@pkflgano)


    I have published a simple banner and it looks great on desktop but is hiding behind the menu bar on mobile. Any ideas?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Hi @pkflgano

    I’ll keep looking, as realistically the best way to do this would be to insert the element within your mobile banner. In the meantime, you could use some Custom CSS, something like this isn’t perfect but might work for now:

    @media (max-width: 1050px) {
    .simple-banner {
    position: relative;
    top: 116px;
    margin-bottom: 116px;
    }
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.