Caption Box Size

Discussion in 'Harrington- A WordPress Business Theme.' started by philtucker, Jul 13, 2015.

Thread Status:
Not open for further replies.
  1. philtucker

    philtucker New Member

    Joined:
    Jun 26, 2014
    Messages:
    18
    Likes Received:
    0
    How do I change the width of the caption box in the harrington theme ?[​IMG]
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sy-caption-wrap {
      width: 500px;
    }
    Note : - Please change width according to your requirement.

    Thanks,
    Praveen
     
  3. philtucker

    philtucker New Member

    Joined:
    Jun 26, 2014
    Messages:
    18
    Likes Received:
    0
    Perfect. Thank you!
     
Thread Status:
Not open for further replies.

Share This Page