Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1830801
Width on Mobile
Closed

Comments

  • amdresser started the conversation

    Hi! Is there a way to make the content reach the edges of whatever device you're using? On smaller phones the main content reaches the edge but on my Samsung Galaxy S9+ there is extra space. Any idea how to fix this? 

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 767px){
    .container, .featured-area.style-1, 
    .featured-carousel.style-2 .item img, 
    .featured-area.style-4, .featured-area.magazine-slider {
        width: 100%;
    }
    }
    @media only screen and (max-width: 479px){
    .penci-single-smore .container, 
    .penci-post-image-wrapper>.container, 
    .wrapper-boxed>.container,
     #widget-area>.container, 
    #footer-section>.container {
        padding-left: 20px;
        padding-right: 20px;
    }
    }
    

    Best Regards,

    PenciDesign