Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #265949
    Kelli Despain
    Participant

    I’m unable to get the address block to format correctly in the Customize Theme Contact section for the contact info buttons.
    My address is run together rather than separating the street name and city. I’ve tried using HTML in the form but it strips it out.
    Is there a way to edit this?
    Thanks!

    #265954
    Skandha
    Participant

    @kdespain: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #266041
    Kelli Despain
    Participant

    Here it is.
    http://bottegaweddings.com/
    Thanks!

    #266090
    Skandha
    Participant

    @kdespain: Hello there,
    Do you want the address to show up as below?

    6675 S Tenaya Way,
    Suite 200 Las Vegas,
    Nevada 89113

    Kind Regards,
    Skandha

    #266142
    Kelli Despain
    Participant

    No, I would like to it show as:
    6675 S Tenaya Way, Suite 200<br>
    Las Vegas, Nevada 89113<br>

    Thanks!

    #266192
    Skandha
    Participant

    @kdespain: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 40em) {
    	.contact-address {
    	    width: 34.33% !important;
    	}
    	.contact-phone {
    	    width: 32.33% !important;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Address Block Format’ is closed to new replies.