• Resolved poescp

    (@poescp)


    Hi,
    I have enabled Germanized to show “incl. x % VAT” with prices and show “shipping cost”-link, however I want the “incl. x % VAT” to who up directly next to the price, not on a new row below. Same with “shipping cost”-link, I want that to be nearer to the price.
    See here https://www.lamawanderung.at/shop/
    I use AVADA Template.

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

Viewing 1 replies (of 1 total)
  • Plugin Author vendidero

    (@vendidero)

    Hi there,

    for pixel-perfect designs you may need help from a web developer or use the chrome developers tools to test your custom CSS snippets. You can also ask your theme for support on styling. You might decrease font size and move the box nearer to the price via:

    .legal-price-info {
      font-size: .8em;
      margin-top: -15px;
    }

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘“Price incl. x % VAT” not next to the price’ is closed to new replies.