• Resolved laikinas

    (@laikinas)


    Hi there,

    I am quite happy where the variation price display place is right now. The problem is that the title of the first addon which is just below the variation price display place comes together on the same line when I do the product selections.

    My question is, how to put the addons just a bit lower in order not to get on the same line with the variable price.

    Please see the pic of what I mean.

    Image of the problem

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Zandy Ring

    (@zandyring)

    Automattic Happiness Engineer

    Hi there,

    This is a styling issue, so you’ll just need some CSS.

    Try adding this to your Additional CSS in the Customizer, and see if it gives you the desired effect:

    .woocommerce-Price-amount.amount::after {
      content: "\A";
      white-space: pre;
    } 

    Cheers!

    Thread Starter laikinas

    (@laikinas)

    Dear @zandyring

    Thanks for your suggestion! This made the impact on the woo addons sine now the last bracket is moved to the row below. Please see the image below.

    However, this code did not make the impact on the primary problem. If you could modify your CSS a bit to make it working, I would appreciate very much ??

    Picture

    • This reply was modified 7 years, 1 month ago by laikinas.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Regarding the variation price display place’ is closed to new replies.