Site logo

[Support request] Changing Single post Hero Grid Size

Home Forums Support [Support request] Changing Single post Hero Grid Size

Home Forums Support Changing Single post Hero Grid Size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1600112
    Dave

    I would like to make the excerpt in the Single Post header 40% and the Image 60% how would I go about doing that?

    Cheers,

    Dave

    #1600201
    Leo
    Staff
    Customer Support

    Hi there,

    Remove flex: 1 40%; from this CSS you’ve added:

    .hero-grid>div {
            flex: 1 40%;
            padding: 30px;
    }

    And add this:

    .hero-grid .hero-image {
        flex-basis: 60%;
    }
    .hero-grid .hero-content {
        flex-basis: 40%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.