Paragraph line spacing to big

This topic has 2 replies, 1 voice, and was last updated 6 years, 5 months ago by Photjana.

Viewing 2 reply threads
  • Author
    Posts
    • #1308


      Photjana
      Guest

      I have tried to adjust the Paragraph line spacing on my site by following CSS guides which sound very straightforward.
      But adding the following CSS and amending does not appear to change anything on my Woocommerce product pages:

      .post p {
      line-height: 1.5em;
      padding-bottom: 15px;
      }

      I have been following this guide:

      Please see the description in the following Product description, as an example:
      My product webpage

    • #1309


      Spiracle Themes
      Guest

      Hi Photjana,

      Try this

      .woocommerce-tabs #tab-description p{
      padding-bottom: 0 !important;
      margin: 0 !important;
      }

      Copy and paste this in Appearance -> Customize -> Additional CSS

      Make sure you clear your browser cache or your site cache if any cache plugin is used.

      Best Regards

    • #1310


      Photjana
      Guest

      Perfect Thank you So much!

Viewing 2 reply threads

Reply To: Paragraph line spacing to big

Your information: