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*

Sidebar Widgets

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #93151
    Juan Podesta
    Participant

    Hi there. Thank you very much for the template, my website has been very good.
    I would like the right sidebar widgets to be configurable in terms of mouse scrolling, since the first 2 stay longer than the last ones, when I browse the web home.
    Is there any way to configure this? Thanks

    #93471

    Hi Juan Podesta,

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.