Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #343109
    lankyman26
    Member

    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

    #343126
    lankyman26
    Member

    Hi. This worked perfectly! thank you

    #343138
    sujeet
    Keymaster

    Hello @lankyman26,

    I’m glad to hear that it worked for you. If you like the theme and our support, then I have a quick request: Could you please leave a review?

    https://wordpress.org/support/theme/christmas-bell/reviews/#new-post

    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.

    Thank you.

    Regards,
    Sujeet

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