Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPLake

    (@wplakeorg)

    HI @baxter89

    Thanks for choosing Advanced Views!
    To align the label and value you could use CSS and define “display: flex;” for the row.
    To add a suffix to the price field, you’d need to Copy the Template Preview from the Template tab, then paste it into the Custom Template field below it, and then add in the symbol after the price, see below for an example.

    {% if price.value %}
    		<div class="acf-view__price">
    			{{ price.value }} €
    		</div>
    {% endif %}
    Thread Starter New_WP

    (@baxter89)

    THANKS

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