Home › Forums › Jevelin Theme › Fix Website Padding for Mobile
Home › Forums › Jevelin Theme › Fix Website Padding for Mobile
I’m having issues locating how to set website padding for mobile on my Jevelin theme.
The attached image shows the extra padding for the text, which is not idea.
Want to understand how to change the settings to reduce the padding/widen the margins so more text is spread across the screen.
Hi there,
We created custom CSS code that you can add to the theme settings.
@media (max-width: 550px) { body .container { max-width: 100%!important; padding-left: 25px!important; padding-right: 25px!important; } }
Let us know if that fixes the issue! 🙂
Best regards,
Shufflehound team