Changing Content Width
- The topic ‘Changing Content Width’ is closed to new replies.
Need help? Check out our Support site, then
When I used the code from page 2 of this forum, it moved my content and images to the right side of the page. I want wider content and the images to be just as wide but centered.
Here is the code I pasted in CSS:
.single .hentry > .container {
width: 100% !important;
}
.single .hentry > .container > .row > .col-xs-12 {
width: 100% !important;
}
.single .hentry .entry-content {
margin: 0 auto;
max-width: 800px;
}
The blog I need help with is: (visible only to logged in users)
Hi there,
Yes, unfortunately that code is valid for Silvio WordPress theme. You can ask to the theme designer of your theme in the support forum of the theme you are using.
Than you,
Ricardo P.