Home Forums HashOne 4 post to 3/2 post section

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1243
    publicpartnership
    Participant

    Hello,

    I would like to know a way for sections such as the counter section to display only 2 posts instead of 4, same with the featured section but only 3 posts. How do I get rid of the unwanted posts of those sections and center it correctly? Also how can I show more of the text in the featured section, as current text is cut off.

    Site: publicpartnership.org

    thanks so much!

    #1472
    Hash
    Keymaster

    Hi,

    Just don’t select the page for the field in the featured section. That is all you need to do.
    and add the below CSS in the custom CSS in the customizer panel if you want to center the posts

    .hs-featured-post{
    width: 31.33%;
    }

    To show more text in the feature section it is a bit complex. It will require change in code. And similar with the counter section as well.

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