Reply To: Jquery problems

Home Forums Support Jquery problems Reply To: Jquery problems

Home Forums Support Jquery problems Reply To: Jquery problems

#105496
Tom
Lead Developer
Lead Developer

You could add something like this into GP Hooks (Above Header):

<div class="grid-container grid-parent">
      <div class="grid-50">
            Phone number
      </div>
      <div class="grid-50">
            Address
      </div>
</div>

The above will show the phone number on the left, and address on the right. Then, on mobile, the phone will be above the address.

Let me know if that helps or not 🙂