Adding Grid Layout To Category Pages
-
Hi Guys,
I am trying to add a grid layout to my category pages. I am using the template, Savana.
I found another topic thread on here from last year that indicated using the below CSS, which works BUT puts the in a single column to the left side, I want there to be two columns of my posts.
If anyone can help me with this that would be great, alternatively I installed the Post Grid plug in… but do not know how to add it to Category Pages? So either or would be great. Thanks in advance!
The CSS I found that worked for single columns to the left is:
@media screen and (min-width: 600px) {.category #main {
display: flex;
flex-direction: row;
flex-wrap: wrap;
display: -ms-flexbox;
-ms-flex-direction: row;
-ms-flex-wrap: wrap;
display: -webkit-flex;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}.category .hentry {
width: 48%;
}.category .page-header {
width: 100%;
}
}The blog I need help with is: (visible only to logged in users)
-
Hi,
Your website is hosted on bluehost.com and we’re able to help only with websites hosted on WordPress.com.
To clear up any confusion, there are 2 versions of WordPress. WordPress.com is a managed environment different from using the open source WordPress installation. WordPress.com and WordPress.org are two, different entities.
For help with that site you will want to post in the WordPress community forums at https://wordpress.org/support/
You’ll need a free WordPress.org account to post – if you don’t already have one, you can register here:
https://wordpress.org/support/register.phpYour hosting provider customer support may also be able to help you.
Hope this helps
- The topic ‘Adding Grid Layout To Category Pages’ is closed to new replies.