Left and right border on mobile version

Home Forums Jevelin Theme Left and right border on mobile version

Home Forums Jevelin Theme Left and right border on mobile version

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • 69boxes
    Participant

    How can I reduce the distance (left and right) for my whole webiste on the mobile version. Currently, the distance is pretty large if I did not select full site view (see attached). I could change it by adapting every single page. But that would be to much work as I do have more than 30 landing pages.

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

    Hi @69boxes,

     

    Thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that i can help?

     

    Best regards,
    Shufflehound team

    69boxes
    Participant

    There u go in Private Content as the website is not online and u need a password

    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: 900px){
    #page-container .container {
        max-width: 95% !important;
    }
    }
Viewing 4 posts - 1 through 4 (of 4 total)