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

    Hello,

    I installed a verified plugin from Woocomerce to display the product’s short description.
    How can I have the same line spacing as the rest of my website?

    Here’s a link where I added just one description and is easy to see the huge line spacing.
    I wish I could add CSS into the quick CSS code in the Enfold template.

    https://fr.akhurst.com/shop/woodworking-machinery/strength-grading/

    Thank You!

    #1341441

    Hey Akhurst,
    Thank you for the link to your site, the line-height was 28px, so try this code in the General Styling ▸ Quick CSS field to change t to 14px:

    .template-shop li.product-type-simple {
    	line-height: 14px;
    }

    feel free to adjust to suit, after applying the css, please clear your browser cache and check.i

    Best regards,
    Mike

    #1342046

    This is great!
    Any chance where I can also adjust the space between the product title and the description?

    #1342051

    Hi,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .product_detail {
      margin-top: 10px;
    }
    

    Best regards,
    Yigit

    #1342090

    Thank YOU!
    It’s perfect !!!

    #1342097

    Hi akhurst_machinery,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Woocommerce Product Description’ is closed to new replies.