Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #343109
    lankyman26
    Participant

    Hi. Is there a simple bit of CSS to widen the container so there are no margins? On a mobile, it would be nice to have more width for the content – it’s not such an issue on the larger layouts…    Thanks!

    #343110
    sujeet
    Keymaster

    Hello @lankyman26,

    Please try adding the following css code to Dashboard >> Appearance >> Customizer >> Additional CSS:

    
    @media screen and (max-width: 640px) {
      .site-content {
         padding-left: 0;
         padding-right: 0;
      }
    }
    

    Let me know if this worked.

    Thank you.

    Regards,
    Sujeet

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.