• Resolved meisha

    (@meisha)


    On the default Storefront template, the homepage has a full width image with “Welcome” text over it, and to that section I’ve added some paragraph blocks, however the line spacing is way too loose. I can’t find any setting for tightening it, and I’ve tried some CSS found online, but so far none of them have had any effect. Does anyone know a way to effect the line spacing for this text? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    We’d need to take a closer look at how that page has been configured and which styles are currently being applied. Can you share a direct link to that page?

    Also, have you considered using Storefront Powerpack to provide more styling options under Appearance > Customize?

    Thread Starter meisha

    (@meisha)

    Hi RK, Thank you for your reply. I was able to target the text by targeting all paragraphs, which worked for me in this case, using:

    p {
      line-height: 1.2;
    }
    

    Yes, I’ve considered Powerpack, but so far haven’t wanted to take on a subscription. Maybe down the road I’ll want to give it a try. Thanks, again!

    • This reply was modified 5 years, 8 months ago by meisha.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Tighten line spacing?’ is closed to new replies.