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 problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #61620
    dankar79
    Participant

    Good morning,
    I recently installed your template but I found a problem with the Sidebar. I tried to set it both on the left and on the right, but I still find the same error. In practice, scrolling all the way down, the final part of the Sidebar goes to overlap with the Featured Posts Footer.

    My blogi is http://palestino.altervista.org/

    Thank you for your reply and your help

    #61647

    hi @dankar79,

    We have used the most popular sticky Script for the sidebar. The script works just after tracking the instant height of the sidebar. Here the problem is that the external plugin/script that you used for the last three widget is not giving the height instantly. The timing of rendering those elements has affect the height so the sidebar is overlapped by the featured posts. If you refresh the browser again then its working perfectly. If you still want your site to work well with those plugin/scripts then we suggest you to make the sidebar regular rather than Sticky.

    If you don’t want to make the sidebar sticky then Add below custom CSS code in Appearance > Customize > Additional CSS .

    .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;
    }
    #61651
    dankar79
    Participant

    Perfect!!! Thanks a lot. Problem solved. You have been great. Thank you very much.

    #61713

    Welcome anytime @dankar79

    We have spend lots of time and efforts to develop this theme available free for all.
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/theme/newscard/reviews/?filter=5
    We really appreciate your rating.

    Thank you for using our theme.

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