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

    For the new Tabs on products, I created one for Freeze Flat, but the formatting is still wrong. I have bullet points and the live page just shows text all together. Is there some code making this happen? (see attached) and the page it is on

    #1467995

    Hey bemodesign,

    Please try the following in Quick CSS under Enfold->General Styling:

    .woocommerce-Tabs-panel ul {
      list-style: disc;
      margin-left: 15px;
    }

    Best regards,
    Rikard

    #1468386

    Here another example on this page where the bullet points don’t show. Can you take a look?

    #1468411

    Hi,

    Please replace the last CSS I posted with this:

    .woocommerce-Tabs-panel ul, .woocommerce-product-details__short-description ul {
      list-style: disc;
      margin-left: 15px;
    }

    Best regards,
    Rikard

    #1468449

    THANKS!!!!

    #1468467

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Text Formatting not right’ is closed to new replies.