badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

I had a problem: As if stuck and sticky

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #89298
    noam zigman
    Participant

    I had a problem that I could not overcome.
    In the widget front page slidebar section I insert widgets, but in the view on this site it gets stuck and seems to be sticky. what could be the problem?

    #89393

    Hi noam zigman,

    To make the Sidebar unsticky, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .widget-area .sticky-wrapper,
    .widget-area .sticky-wrapper.is-sticky {
    	height: auto !important;
    }
    .widget-area .sticky-wrapper .sticky-sidebar,
    .widget-area .sticky-wrapper.is-sticky .sticky-sidebar {
    	width: 100% !important;
    	position: relative !important;
    	top: auto !important;
    }

    Thanks

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