Changing Archives Page Layout
Hi, is there a way to change all my Archived post (in Archive page) layout to a Left (Large) option? See screenshot of how I want the layout to look like, instead of the default grid layout. Thanks!
Attachments: You must be
logged in to view attached files.
Hi @test2 ,
Thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
body.archive #content article {
position: static !important;
width: 100%;
}
body.archive #content article .post-thumbnail {
width: 48%;
float: left;
clear: both;
}
body.archive #content article .post-content-container {
width: 48%;
float: right;
}
body.archive #content article .post-container:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
Best regards, Shufflehound team
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it