Hello,
Sorry about that, this CSS should add a good amount of space below the slider:
.metaslider {
margin-bottom: 84px !important;
}
For the sidebar and post title alignment, modify the margin CSS for the post header like this:
.post-header {
margin: 0 0 2em 0;
}
What’s happening is that the top margin is creating space above the first post which is creating the misalignment with the top of the sidebar.
Thread Starter
Amy
(@ontherye)
Worked beautifully! Thanks for your help 🙂