Text not formatting in Hours box

Discussion in 'Appointway WordPress Theme' started by pixvault, Jan 21, 2014.

  1. pixvault

    pixvault Member

    Joined:
    Jan 8, 2014
    Messages:
    35
    Likes Received:
    1
    No matter what I try I cannot get the text in the Hours box to format correctly.

    As you can see from the attached image the line break is not in the correct place.
    [​IMG]

    It should look like

    Days: Mon - Sun
    Winter: 10am - 4pm
    Summer: 10am - 7pm

    How do I fix this?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    You can use line break tag (i.e <br> tag ) to break the text in a next line.
    Go to the Appearance > Theme Options > Home Page Feature Sidebar panel in your dashboard
    and paste the text like given below in the Timing Description setion.

    Code:
    Days: Mon - Sun <br>
    Winter: 10am - 4pm<br>
    Summer: 10am - 7pm 

    This will solve your issue.
     
  3. pixvault

    pixvault Member

    Joined:
    Jan 8, 2014
    Messages:
    35
    Likes Received:
    1
    Many thanks for the swift response Piyush :)

    I wasn't aware that I could use html tags in the backend, (apart from the text editor in a page) as most other themes I've used tend to show the tags. Problem now solved

    I have to say, the support from inkythemes is way better than I've experienced with other themes I've purchased elsewhere :D
     

Share This Page