Swap Slider Info

Discussion in 'SpotMoto WordPress Theme' started by ltuggs, Jul 10, 2013.

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

    ltuggs Member

    Joined:
    Jul 18, 2012
    Messages:
    30
    Likes Received:
    0
    Hello,

    In the slider area, how can I change the slider header, short description, description, and the "get started" button to show on the right instead of the left, and the image/video to show on the left instead of on the right?

    Please advise.

    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:
    .flexslider .slides .imgmedia{
    float:left;
    }
    .flexslider .slides .content{
    float:right;
    margin-right:10px;
    }
    This will solve your issue.
     
  3. ltuggs

    ltuggs Member

    Joined:
    Jul 18, 2012
    Messages:
    30
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page