how to give spacing on mobile and desktop?

Home Forums Gillion Theme how to give spacing on mobile and desktop?

Home Forums Gillion Theme how to give spacing on mobile and desktop?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • juniormartian
    Participant

    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?

    🙂

    Attachments:
    You must be logged in to view attached files.

    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

    juniormartian
    Participant

    would there be a way to not use a plugin? help me, please!

    Attachments:
    You must be logged in to view attached files.

    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;
    }
    }

    juniormartian
    Participant

    amazing!!!!!!!!!!!!!!!! happpy 🙂

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)