Archived topic
Layout Category Page and a question
1 reply · Started by Yannick on January 29, 2017
Hi,
I'm using for my blog page (http://amuddyroad.com/index.php/stories/) columns and the first post is full width. This is also the layout for my category page (http://amuddyroad.com/index.php/category/travel/india/trivandrum/). Can I change the layout of the category page, so that there the first post is NOT full width?
What happens when I have for example 100 posts on my blog page, will they all be listed on one page, will there be a "load more" button or will it be shown on more than one page? What will the layout be like?
Thank you for your help!
Best wishes
Yannick
Currently, you would have to target the full width post on category pages like this:
.category .generate-columns.featured-column {
width: 33.33333%;
float: left;
}
Once you reach your posts per page limit, regular pagination will display (Prev 1,2,3 Next etc..).
If you use masonry, a load more button will appear.