Slider Description on left side of image on BlackBird theme

Discussion in 'BlackBird WordPress Theme' started by weso, Jul 8, 2013.

  1. weso

    weso New Member

    Joined:
    Jun 22, 2013
    Messages:
    5
    Likes Received:
    0
    Hi,
    How do I put the Slider description on the left side of the image rather than its default which is the right side of the page/image?

    Thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .flex-caption{
    left:20px;
    }
     

Share This Page