Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter AMBA

    (@amba_13)

    sorry i found it, i answer my own question πŸ˜‰
    in slider.css put this

    #upz-slideshow-display{
    float:right;
    }

    and modify #featured ul#upz-slideshow-navigation
    change
    right:0 to left:0

    it works well but i dont know if this change other use of this plugin

    Plugin Author UnPointZero

    (@unpointzero)

    Hi Amba_13,

    I recommand you to add this lines to your theme CSS file because when you update the plugin, CSS file will be overwrited.

    To make sure CSS rules change, just add !important at the end :

    #upz-slideshow-display{ float:right !important; }
    #featured ul#upz-slideshow-navigation { left:0; right:auto !important; }

    C ya !

    Thread Starter AMBA

    (@amba_13)

    ok πŸ˜‰ good idea
    thanks a lot
    merci ^^

    Thread Starter AMBA

    (@amba_13)

    au fait je suis de Marseille πŸ˜‰

    Plugin Author UnPointZero

    (@unpointzero)

    Amba,

    Salutations de Metz ! πŸ™‚

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: UnPointZero Slider] thumbnail block on the left’ is closed to new replies.