• I’ve just added some Google buy now buttons to this site:
    https://tamamichocolates.com

    Why are the buttons so far down from the item? I put it in <p> tags so it should be two spaces below, not eight spaces below. Why does the editor do this?

    How can I adjust this?

Viewing 1 replies (of 1 total)
  • There is a bunch of extraneous form code in the page — which looks like it is being created by the form:

    <input type="hidden" value="5 pc. Sea Salt and Port Ganache Gift box" name="item_name_1">
    <br>
    <input type="hidden" value="5 pc. Sea Salt and Port Ganache Gift box" name="item_description_1">
    <br>
    <input type="hidden" value="1" name="item_quantity_1">
    <br>
    <input type="hidden" value="8.0" name="item_price_1">
    <br>
    <input type="hidden" value="USD" name="item_currency_1">
    <br>
    <input type="hidden" value="utf-8" name="_charset_">
    <br>

Viewing 1 replies (of 1 total)
  • The topic ‘Controlling space between text and buy buttons’ is closed to new replies.