Fix Website Padding for Mobile

Home Forums Jevelin Theme Fix Website Padding for Mobile

Home Forums Jevelin Theme Fix Website Padding for Mobile

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

    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.

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

    Shufflehound
    Moderator

    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

    • This reply was modified 1 year, 1 month ago by Shufflehound.
Viewing 2 posts - 1 through 2 (of 2 total)