Please give a link to your site
Chad
(@lynneandchad)
Hi @aligha3mi!
Try this CSS, and let us know if it does what you had in mind:
@media screen and (min-width: 768px) {
body.page .entry-header,
body.single .entry-header {
width: 800px;
}
.page .entry-content,
.single .entry-content {
width: 944px
}
}
If that’s not quite it, feel free to link directly to and example page on your site and describe which section you’d like to make wider!
-
This reply was modified 9 years, 3 months ago by
Chad.
Thank you so much Chad,
That’s good
it is Working.
@media screen and (min-width: 768px) {
body.page .entry-header,
body.single .entry-header {
width: 100%;
}
.page .entry-content,
.single .entry-content {
width: 944px
}
}
I’m using Cubic (child theme of Boardwalk) and when you use this code it works but if you make it bigger (like 1100 instead of 944) it is no longer centered. My site is http://myboringchannel.com.
Hi @dannydanny!
It looks like you’ve switched themes since you posted this, so I didn’t run any tests. Let us know if you end up on Boardwalk and try this again 🙂