• Resolved helprussi

    (@helprussi)


    Hello, there’s an issue with the frontend layout of currency and its value as it shows no gap. Please refer to the screenshot https://prnt.sc/5HU1ld6xFiTr the currency symbol and value causing a conflict making it look like 66 as the Russian letter б and the digit 6 look very similar having no space between them causing the confusion making it look like 660000. Please help me fix the issue by enabling space between currency symbol and the amount value. Also, as you can see in the same screenshot https://prnt.sc/5HU1ld6xFiTr after translation the pricing layout turned out to be a bigger sentence forcing some part of it to appear in the second line. Please help me with the reduction in the font size of pricing so that it can fit in a single line.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter helprussi

    (@helprussi)

    Well, I’ve now used some other word to make the pricing layout be adjusted in single line to fix it without changing the font size but please fix the no gap issue between the currency and its value as it creates a lot of confusion with ruble symbol.

    Plugin Support wptravelsupport

    (@wptravelsupport)

    Hi,

    Thank you for contacting WP Travel Support team.

    Regarding adding the gap between the currency symbol and the price, please add the following given CSS code in the Additional CSS section by going to?Admin Panel > Appearance > Customize > Additional CSS.

    .trip-price .wp-travel-trip-currency {
      margin-right: 7px;
    }
    
    .item-price del span, .item-price span span {
      margin-left: 10px;
    }
    .right-info p strong span {
      margin-left: 10px;
    }

    Hope this helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pricing layout issue’ is closed to new replies.