Home › Forums › Gillion Theme › how to give spacing on mobile and desktop?
Home › Forums › Gillion Theme › how to give spacing on mobile and desktop?
how to give spacing on mobile and desktop?
When viewing on mobile, the margins stick to the sides. How to leave a default spacing for all pages?
š
Hi @juniormartian,
I hope you are well today and thank you for your question.
You can try achieving this using the Yellow Pencil editor in responsive mode as described in the below page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
would there be a way to not use a plugin? help me, please!
Solution for this topic
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: 1250px){ #page-container .container { padding-left: 10px!important; padding-right: 10px!important; } }
amazing!!!!!!!!!!!!!!!! happpy š
You are most welcome here š