• Resolved leraptor2

    (@leraptor2)


    I’m using Hustle with a Sticky Sidebar widget option provided in the theme TheBlogger.

    When I minimize the screen, the Hustle screen takes over by becoming big and central while it should rather disappear.

    Any help with this?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @leraptor2,

    Can you please elaborate this a bit more because I’m not sure that I understand what exactly is happening?
    When you say “minimize the screen” are you referring to viewing the site on smaller screen, like mobile devices?
    If that’s the case I don’t see any issues as the widget sidebar gets to bottom of the page and is not sticky anymore.

    Cheers,
    Predrag

    Thread Starter leraptor2

    (@leraptor2)

    Thanks Predrag. What I mean is that you would touch the edge of the navigator and try to make the width less. If for example, you’d like to put 2 window side by side.

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there @leraptor2,

    hope you’re doing good today! ??

    You can use the following CSS snippet (you can add it in Appearance->Customize->Additional CSS), in order to hide this Hustle widget in smaller screen widths:

    @media screen and (max-width: 990px) {
      #secondary .widget_hustle_module_widget {
        display: none;
      }  
    }

    Hope that was some help!
    Warm regards,
    Dimitris

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there @leraptor2

    It’s been a while since we’ve heard back from you, so I’m marking this topic as resolved. Feel free to post back any updates and we can re-open it and carry on troubleshooting. ??

    Take care,
    Dimitris

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sticky sidebar issue’ is closed to new replies.