Changing location of slider caption

Discussion in 'Andrina WordPress Theme' started by ozcanuck, Aug 31, 2016.

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

    ozcanuck New Member

    Joined:
    May 30, 2012
    Messages:
    3
    Likes Received:
    1
    Hi,

    I was hoping someone can help me. I've tried and tried but have failed to be able to change the slider caption location. Right now when each slide loads, the caption comes from the bottom and rests in the lower right corner of the slider:
    [​IMG] upload_2016-8-30_21-28-31.png

    I would like to have this to slide up from the bottom like it does now, but to have a final resting place around the middle right like this (Sorry about the rough graphic edit):

    upload_2016-8-30_21-33-35.png

    I've tried changing the the the text in red below (30px) to a higher number and it doesn't work. It stops the caption from sliding up from the bottom. Instead it starts it at the position I want the caption box to end, and then it makes it slide down the the position in the bottom where it currently is....this isn't want i want ta all.

    #slides .caption {
    position:absolute;
    bottom:30px; **Changed this number but it didnt' work**
    right:-5px;
    width:301px;
    height:auto;
    z-index:99999;
    background:url(images/caption.png);
    padding:20px 20px;
    padding-bottom: 10px;
    padding-right: 30px;
    border:3px solid #7b7979;
    }

    How do I make the changes I need? Any help would be greatly appriciated. I'm thinking maybe it's code in the JS files??? Thanks!!!
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site so that we can better assist you?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. ozcanuck

    ozcanuck New Member

    Joined:
    May 30, 2012
    Messages:
    3
    Likes Received:
    1
    nichollsconsulting.com.au

    Thanks!
     
    smith likes this.
  4. priya

    priya Guest

    Hi,

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    #slides .caption {
        bottom: 144px !important;
    }
    Note: Change the numeric value as per your requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    ozcanuck likes this.
  5. ozcanuck

    ozcanuck New Member

    Joined:
    May 30, 2012
    Messages:
    3
    Likes Received:
    1
    It worked! Thanks so much for your help :)
     
  6. priya

    priya Guest

    You're welcome..:)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page