Justify and Add space in Slider Description

Discussion in 'Andrina WordPress Theme' started by dcarels, Dec 19, 2012.

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

    dcarels New Member

    Joined:
    Dec 7, 2012
    Messages:
    18
    Likes Received:
    0
    I am almost done with my website. I have run into one more issue that I can't seem to solve. Can someone tell me how to Justify the text in the Slider Description and to add a space between the text and the images.

    The site that I am developing... www.iviutech.vlinderco.com

    Thanks for all your help!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    #slides .caption p {
    text-align: justify;
    }
    #slides .caption p a img {
    padding-top: 30px;
    }
    This will solve your issue.
     
    dcarels likes this.
  3. dcarels

    dcarels New Member

    Joined:
    Dec 7, 2012
    Messages:
    18
    Likes Received:
    0
    Thanks! This worked great. Thanks for the help and the quick response.

    Here is my finished site ... www.iviutech.com

    This theme worked great!
     
Thread Status:
Not open for further replies.

Share This Page