Space above the sidebar widget

Greetings,

I am running the Ethose X theme with the most current version of the theme and cornerstone. My sidebar widget is right up against the navbar and I cannot seem to find the CSS that adjusts this![

My site is https://www.patrickcomtoisphotography.com/blog/ - I would appreciate any assistance you can provide.

Hi @PhotographerPC,

Thanks for reaching out!

To add space between your sidebar and main bar, you can use this CSS code. Just change the value to your desire spacing and please add the code in the Theme Options > Global CSS.

.x-sidebar {
    margin-top: 15px;
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

1 Like

Thank you . That worked as intended.

Hi @PhotographerPC,

Glad that we are able to help you.

Thanks

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