Home › Forums › Gillion Theme › Changing Archives Page Layout
Home › Forums › Gillion Theme › Changing Archives Page Layout
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