Home › Forums › Gillion Theme › Mobile padding
Home › Forums › Gillion Theme › Mobile padding
Can you help me reduce the padding on the left and the right side in mobile view. Attached
URL: https://totalscam.com/testing-another-post/
Hi @borishar,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (max-width: 768px){ #page-container .container.entry-content { padding-left: 25px!important; padding-right: 25px!important; } }
Best regards,
Shufflehound team