Replies: 0
Hello,
How can I change the width of the content of a specific page using the Cover Template?
I have tried all the suggestions I can find on Google to no avail.
For extra context: I have already added this piece of code to the additional CSS box to change the width of all my content, so I don’t know whether this is causing problems with changing specific pages?
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 750px;
}
I am unable to share my website with you as it is on a local server.
Many thanks