Left align slider text

Discussion in 'Woodpecker WordPress Business Theme' started by lseren, Nov 24, 2015.

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

    lseren New Member

    Joined:
    Nov 18, 2015
    Messages:
    18
    Likes Received:
    0
    Location:
    Benicia, CA
    How do I left align the slider text & button?

    Thanks,
    Linda
     
  2. priya

    priya Guest

    Hello Lind,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .nivo-caption {
        text-align: left !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. lseren

    lseren New Member

    Joined:
    Nov 18, 2015
    Messages:
    18
    Likes Received:
    0
    Location:
    Benicia, CA
    Priya,

    Thanks again!
    Is there a way to indent the Button on the slider; so that the Button itself is not totally left aligned, but slightly indented? I want to center it under the above text. I included a picture below.

    Linda :)
     

    Attached Files:

  4. priya

    priya Guest

    Hello Linda,

    You can easily resolve that, you just need to follow this code (given below) in Custom CSS field of your dashboard.
    Code:
    .nivo-caption a.slide-button {
        margin-left: 221px !important;
    }
    NOTE: Adjust 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
     
  5. lseren

    lseren New Member

    Joined:
    Nov 18, 2015
    Messages:
    18
    Likes Received:
    0
    Location:
    Benicia, CA
    Done! Thank you so much! :)
     
Thread Status:
Not open for further replies.

Share This Page