• Resolved Overflame

    (@overflame)


    Hi,
    There is an extra line of space when bullet points are used in the short description of the product:
    https://prntscr.com/u68yqp
    https://prntscr.com/u690cu

    Any recommendations?

    P.S: I’ve done a conflict test (all plugins we’re deactivated) and the issue was still there.
    Could not change the theme because we use Divi & their shop module and the shop stops working.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Tseten a11n

    (@tibetanitech)

    Hi @overflame,

    I looked into your site and I found that the extra space below the list in the product short description is coming from the <ul> or unorder list tag itself.

    You can add the following custom CSS in your **WP-Admin > Appearance > Customize > Additionl CSS** to remove that padding from the bottom:

    
    .et_pb_module_inner ul {
        padding-bottom: 0px;
    }
    
    Thread Starter Overflame

    (@overflame)

    Thank you so much Tseten, it worked like a charm!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Extra line when bullet points are used in short description’ is closed to new replies.