Single and double column layout
The topic ‘Single and double column layout’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
My posts’ contents are in the double-column by default. Please help if there is a way to merge the contents from the two columns into one.
I’ve tried to use the single-column mode by switching to Classic editor, but the contents only show in the left column. They are not fully extended to the right margin of the website.
Hope to receive good news from you soon.
The blog I need help with is: theieltshouse.com
Hey! Happy to help!
Oxford was designed to display single-column content all on the left-hand side. If that’s not what you’re after, though, we can share a little code snippet to make single-column posts display full-width.
To help us provide the correct code snippet, can you please share a link to one of your single-column posts?
Thanks!
Hi,
I applied this css to extent the width of the single-column layout.
@media screen and (min-width: 768px) {
.single .entry-content {
width: 900px;
}
}
However, I couldn’t fix the entry title to the left like in this link: https://theieltshouse.com/2020/02/12/rgeeeeee-test/
I’m using Oxford theme.
The topic ‘Single and double column layout’ is closed to new replies.