Support » Plugin: UnPointZero Slider » [Plugin: UnPointZero Slider] Thumbnails and text on the left side instead for the right side?

  • First, thank u for creating this wonderful plugin :), very useful and easy to use.

    Second;
    I’m wondering if it’s possible to move the thumbs and text field to the left side instead for the right side of the big picture?

    I have taken a look at the CSS and it doesn’t look like this is being controlled here…

    Appreciate all ideas on how to solve this 🙂

    http://wordpress.org/extend/plugins/unpointzero-slider/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author UnPointZero

    (@unpointzero)

    Hi luna-nyx,

    I think this could be done with CSS rules.
    Just add this rules on your WordPress CSS file :
    #upz-slideshow-display { float:right !important; }
    #featured ul#upz-slideshow-navigation { right:auto !important; left:0; }

    Bonus : If you want the thumbs on the right and the text on the left:
    #featured ul#upz-slideshow-navigation li img { float:right; }

    Hope it works !

    Thread Starter luna-nyx

    (@luna-nyx)

    Hi thank u for answering my question, I shall try this 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: UnPointZero Slider] Thumbnails and text on the left side instead for the right side?’ is closed to new replies.