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 #1849046
Content Width
Closed

Comments

  • gaepan86 started the conversation

    Beautiful theme but i've a little problem that i try to explain:

    Can I cange the pages content width?? We wont to insert a skin in the background like an image but actually the space isn't enought for us, expecially in the tablet version 

    There is the possibility to change the width even in the pages containing the sidebar??

  •  2,699
    PenciDesign replied

    Hi,

    As I see on your site - you've changed the content width to 1000px by use this code:

    .container {
        max-width: 1000px;
    }
    

    by default it's 1170px

    If you want to change the container to bigger, please remove the code above and add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 1170px){
    .container {
        width: 1250px;
    }
    }
    

    Best Regards,

    PenciDesign