Page 2 cols ..left hand column content configuration

Discussion in 'Cloriato WordPress Theme' started by daddyjohn, Apr 22, 2014.

  1. daddyjohn

    daddyjohn Guest

    Joined:
    Apr 21, 2014
    Messages:
    13
    Likes Received:
    0
    Hi...in column 2 , left hand column content I would like to have the content written as a list and left aligned..it currently writes as a continuous sentence..I would also like to know how to make the text bold...many thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Use format given below.

    Code:
    <ul style="font-weight:bold;">
    <li>your text</li>
    <li>your text</li>
    <li>your text</li>
    </ul>
    Add it in the two column Left Column Content.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page