Is it possible to change location of Slider text?

  • Author
    Posts
  • #33447
    thegatorgal

    Hi,

    I’d like to change the location of the slider text box for several of my slides. The text box falls right over an important portion of the image and I’d love to switch it to the other sider so that it is justified to the left. Is this possible?

    #33535
    Zed
    Cryout Creations mastermind

    You can do this with CSS:

    body .nivo-caption {
        left: 80px;
        right: initial;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Is it possible to change location of Slider text?’ is closed to new replies.