How do i lower the slider captions and button

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by fullex, Mar 20, 2014.

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

    fullex New Member

    Joined:
    Apr 8, 2013
    Messages:
    9
    Likes Received:
    0
    On the Sale Junction theme I would like to lower the button and captions on the slider. How do i do that? It is covering the people on my images

    http://poshvirginhairboutique.com/
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .sl-slide-inner {
    bottom: 4%;
    } 
    You can adjust the value of "bottom" as per your requirement.
    This will solve your issue.
     
  3. fullex

    fullex New Member

    Joined:
    Apr 8, 2013
    Messages:
    9
    Likes Received:
    0
    Thanks that worked
     
Thread Status:
Not open for further replies.

Share This Page