Skip to content
Public Ticket #6352

Content Width

Conversation thread

PenciDesign replied

Staff Reply

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

gaepan86 started the conversation

Conversation Start

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??

Want to join this conversation or access attachments? Sign in first.