Remove Border

Hi
Is there any way to remove the content border

Hi @optimusvault,

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

You can remove the content border by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Customize -> Sparkling Options -> Other -> Custom CSS

div.post-inner-content {
  border: 0;
}

Best Regards,
Movin