More space above sidebar

How do I add more space above the sidebar so that it aligns with the content side?

Hi Eutaw,

Thank you for writing in, please add this to Theme Options > CSS

.page-id-812 .x-sidebar.right {
	margin-top: 53px;
}

The .page-id-812 is that page ID so this code does not affect other pages. Feel free to adjust the 53px value.

How To Locate Post/Page IDs

Hope it helps,
Cheers!

Perfect!! Thank you!

You’re welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.