Formatting text next to feature image

  • Unknown's avatar

    I would like to “squish” the text next to the face on my homepage into a slightly smaller space. I managed to make the font smaller, but it’s taking up the same amount of space.

    The blog I need help with is: (visible only to logged in users)

  • You can try putting a maximum width on that element like this:

    .home .hero .entry-content {
      max-width: 250px;
    }

    You can adjust the width as you like, and be sure to test on different screensizes to account for mobile viewing.

    Let me know how it goes.

  • The topic ‘Formatting text next to feature image’ is closed to new replies.