• Resolved Vlad Zest

    (@maxipos)


    Hey there, I need help with disabling the simple banner on the mobile view. How this can be achieved? I also don’t have a PRO version of the plugin.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Hi @maxipos

    You will need to add this CSS to either Website Custom CSS (pro feature) or another CSS plugin you have:

    @media (max-width: 480px) {
    .simple-banner {
    display: none !important;
    }
    }

    The 480px is the breakpoint that you will need to play around with to set to your liking. Usually mobile is in the 300-500 range and tablets are in the 700-800 range.

    Thread Starter Vlad Zest

    (@maxipos)

    Thanks for your message, in the theme settings, “additional css” it won’t be possible? I would need to install the plugin?

    Or if I’ll add it in the styles.css via file editor?

    • This reply was modified 2 months, 1 week ago by Vlad Zest.
    Plugin Author rpetersen29

    (@rpetersen29)

    If your theme has a setting for additional CSS that might work! Otherwise there are plenty of free “additional CSS” plugins available.

    Thread Starter Vlad Zest

    (@maxipos)

    thanks, that worked with the “additional CSS”

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