Blockchain Pro Sidebar issue

Posted in: Newspaper
Post count: 69

Hi
When you go to your blockchain pro demo and open a blog post and start scrolling down, the floating sidebar is cut off. The sticky menu is covering the sidebar widget “Related”. How to adjust the widget to make sure the title of the widget is still shown?
Thank you.

Post count: 27744

Hi,

Pleaase try to use this custom code css

.td-is-sticky .clearfix{
margin-top: 80px;
}

The code need to be inserted in Theme Panel -> Custom Code -> Custom CSS => https://www.screencast.com/t/0Lb8nbD7s5u

Hope this helps you!

Thank you!

Post count: 69

Thank you but this just moves the whole sidebar lower which then appears to be out of line when not scrolled.
We just need a fix to have the sidebar align with the sticky header when you scroll down but otherwise appear in one line with the text.

Post count: 35449

Hello,

Since there is no option for this, we can try to provide some css
Maybe this one will work better:
.td-is-sticky .wpb_wrapper {
top: 100px!important;
}

Thank you!

Post count: 69

Perfect, that worked, thank you Calin.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.