I see in the Theme Options that I should "Use Tag for multilines address" but I don't know what this means. Using return and formatting in the setup doesn't display correctly. This is also a problem in my text widget. Thank you.
Please share screenshot of the area where you are getting formatting problem. We will resolve your issue.
I'd prefer the contact corner on the home page to read like this (right-justified): 540 879 2616328 High Street, Dayton, VA 22821Tuesday - Saturday 10 am - 5 pm If a fourth line is possible then I would add the mailing address too. In the widget the formatting should be: Tuesday - Saturday, 10 am - 5 pm Seasonal Sundays, 1 pm - 5 pm Closed on Major Holidays Call ahead to confirm 540 879 2616. Thank you.
I guess I don't know how to post a screen shot since I don't see them in the post above. I tried inserting snipping tool images and they disappeared.
I have a similar issue. See my wife's website: http://mytorontormt.com/ I want the address to look like this (on three separate lines): 895 Millwood Road East York, Ontario M4G 1X But I can't get the return to work at the end of each line. Thanks Kevin
Hello Kevin, Go to the Appearance > Theme Options > Home Page Feature Sidebar panel in your dashboard and paste the code given below in the Address Description section. Code: 895 Millwood Road,<br/> East York, Ontario,<br/> M4G 1X2 Here we are using line break tag (i.e <br/>) to break the line. Note: Please create your separate threads while asking technical issues. Do not post in someone else's thread. Start your own topic. It will easier for us that way to provide you precise and on time support.
You can use <br/> tag to break the line. 1. Go to the Appearance > Theme options > General Settings panel in your dashboard and paste the contact number given below in the Top Right Contact Details section. Code: 540 879 2616 and then paste the text given below in the Home Page Top Right Address. Code: 328 High Street, Dayton, VA 22821<br/> Tuesday - Saturday 10 am - 5 pm <br/> Enter your email id here. 2. For the widget section, Go to the Appearance > Widgets panel in your dashboard and drag & drop Text Widget in the Footer Widget Area and then paste the text given below in the content section of that Text Widget. Code: Tuesday - Saturday, 10 am - 5 pm <br/> Seasonal Sundays, 1 pm - 5 pm<br/> Closed on Major Holidays<br/> Call ahead to confirm 540 879 2616. This will solve your issue.