Hi @gatsbycat – this theme is ten years old and so it’s designed for smaller monitors. 🙂 The fact that it’s left-aligned rather than centered contributes to its older look.
Could you please provide a link to your site so I can take a look directly?
I am building on local WAMP installation and haven’t pushed up to an accessible server yet, but expect to in a day or two, will share then, thank you!
Development site is dev.tsrvfd.org. Suggestions welcome thank you!
Hi @gatsbycat – feel free to experiment with something like this, changing the values as you prefer:
/* Widen main content column and narrow right sidebar */
@media screen and (min-width: 1008px) {
.content-sidebar {
margin-left: -20%;
width: 20%;
}
.site-content {
margin-right: 20%;
}
}
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.hentry {
max-width: 775px;
}
That helped a lot, thank you! Not a .css whiz here, appreciate the help.
Great, you’re welcome. I’ll mark this thread as resolved but feel free to start a new one for further help.