How to separate sidebar from content area

Hi Aigars and Movin,

Just wondering how I could separate the sidebar from the content area. I realised that the sidebar is actually contained in the content area, for when I tried to put a border around content, the border also enclosed the sidebar as well. Any suggestions as to how I could accomplish the separation? (Also, once separated, how could I increase the space between the sidebar and content area?)

WP: Current
Theme: Dazzling (working via child theme)
Site: curlyafrodotcom

Thanks in advance,

Hi @4alex,

I hope you are well today and thank you for your question.

The sidebar is not in content area and it seems you are applying border to wrong element. You can try applying the border by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

div#primary {
    border: 1px solid #eee;
}

Best Regards,
Movin

Thanks Movin!

I thought sidebar was contained in content area - but now I know!

You are most welcome here :slight_smile: