[Resolved] Category Page

Home Forums Support [Resolved] Category Page

Home Forums Support Category Page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #359694
    Frank

    How do I reduce space between title / blog excerpt and also center align title / excerpt?

    I also want to add spacing on either side of title / excerpt so that it looks somewhat like the screenshot?

    https://www.dropbox.com/s/kjgssnv2u9rj2xy/box.jpg?dl=0

    #359696
    Leo
    Staff
    Customer Support

    Hi Frank,

    Any chance you can link me to the category page in question? I should be able to nail down the CSS faster that way.

    Thanks!

    #359883
    Frank

    Hi Leo,

    You can see the page at: http://shoutkey.com/together

    I’m trying to make it look like the screenshot in my first post.

    Thanks

    #359906
    Leo
    Staff
    Customer Support

    Try this CSS:

    .category .entry-title {
        text-align: center;
        padding-left: 35px;
        padding-right: 35px;
    }
    .category .entry-summary {
        margin-top: 1em;
        text-align: center;
        padding-left: 35px;
        padding-right: 35px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #359916
    Frank

    Thanks Leo!

    How do I add padding on either side of title and excerpt below image?

    #359917
    Leo
    Staff
    Customer Support

    Edited the code above. Give it another shot 🙂

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