Comments farajam started the conversationSeptember 27, 2021 at 11:44amI need to do the following: Make the start and the end of the page aligned as the start & end of the navbarIncrease the space between sidebar and main containerIncrease space between section 2,613PenciDesign repliedSeptember 27, 2021 at 2:48pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .container { max-width: 1400px; width: 100%;}Regards,PenciDesign.farajam repliedSeptember 27, 2021 at 2:53pmThank you it worked. I am still wondering about those two things also:Increase the space between sidebar and main containerIncrease space between sectionSo. how can I change them?Appreciate your help! 2,613PenciDesign repliedSeptember 27, 2021 at 3:19pmHi,1. For the spacing between the sidebar and main container, please go to Appearance → Customize → Sidebar → General: Space Between Sidebar & Content,2. For the spacing between sections, please add this CSS: .featured-area { margin-bottom: 60px;}Regards,PenciDesign.1 Like Sign in to reply ...
I need to do the following:
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thank you it worked.
I am still wondering about those two things also:
So. how can I change them?
Appreciate your help!
Hi,
1. For the spacing between the sidebar and main container, please go to Appearance → Customize → Sidebar → General: Space Between Sidebar & Content,
2. For the spacing between sections, please add this CSS:
Regards,
PenciDesign.