• Loving the theme, and have got things pretty much exactly as I want them except for this…the text location for the slider (i.e. where the “body” of the slider posts is displayed over the image) is fixed, and doesn’t work for some images. Is it possible to select this location? Per slide perhaps even?

Viewing 1 replies (of 1 total)
  • Theme Author Freelancelot

    (@ifreelancelot)

    Hi,

    glad you like the theme! Unfortunately the position of the text on the slider is “fixed”. You could always customize the positioning though by adding a div to the content of the slide post in the WYSIWYG editor and giving it an ID (eg. “slide1”) and then putting the slide text inside this.

    Then using a custom CSS plugin such as Site Origin’s CSS plugin you could style that div by it’s ID to be positioned differently, eg…

    #slide1 {
      position: absolute;
      left: 20px;
      top: 100px;
    }

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Slider Text Location’ is closed to new replies.