Mobile padding

Home Forums Gillion Theme Mobile padding

Home Forums Gillion Theme Mobile padding

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • borishar
    Participant

    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/

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

    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

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