THEME FOR BLOGGER: sidebar and main gadgets overlap

Hi!
I recently used a theme from colorlib for my website (blogger). I loved how simple it is. However, I also came to notice that the main and sidebar gadgets tend to overlap (just like what’s shown in the photo).

Is there any way to adjust the main blog through codes of some sort? I tried to do it using the adjust width command on the layout tab but it doesn’t change anything.

Hope to get some help on this! Would appreciate it a lot. Thanks!

Hi there

Hope you are having a good day
In order to check your question i need to see your live website, please provide url and i will take a look

hi! Its https://www.thequeensescape.com

Hi

Sorry but where exactly is the page with the problem? i cant see ay problem on the url you posted, everything seems in normal shape here

here! There’s no problem with the home page actually but when you get into the specific blog posts, there goes the overlap

Hi there,
Thanks for keeping in touch.
In this case, could you try out the following CSS code under the Appearance>Customize>Additional CSS section:

.separator {
text-align: left !important;
}
div#sidebar-right-1 {
margin-top: 100px;
}

I hope this helps.
Best Regards,
Support.