how to move text on slider to adjust left

  • Author
    Posts
  • #23949
    Lisa

    I’ve been able to move the text box located on top of the slider to the left but I do not know how to adjust the text located in it to the left. How is this done?

    #24051
    Jim

    Hi Lisa
    If you are referring to the text within the sliders text box then you have both a Title and a Description. You will need to add some custom CSS to left justify the text as below:

    .nivo-caption h2 {
    text-align: left;
    }
    .slide-text {
    text-align: left;
    }

    I hope this helps

    Jim…

    #24492
    achasaballa

    How do you move the text box?

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘how to move text on slider to adjust left’ is closed to new replies.