[Resolved] Layout Category Page and a question

Home Forums Support [Resolved] Layout Category Page and a question

Home Forums Support Layout Category Page and a question

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #271255
    Yannick

    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

    #271525
    Tom
    Lead Developer
    Lead Developer

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.