Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • bloggs_x Friend
    #122310

    How can I move the controls for the slideshow to the right rather than the left?

    Menalto Friend
    #228045

    1409 in the template_css.css:

    div.ja-slidebar ul li {
    background:transparent none repeat scroll 0%;
    display:block;
    float: right;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    margin:0pt;
    padding:0pt;
    }

    bloggs_x Friend
    #228060

    That doesn’t work, it reverses all the buttons…

    Menalto Friend
    #228061

    Try with this then,in template_css.css line 1401:

    div.ja-slidebar ul {
    float:right;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt;
    overflow:hidden;
    padding:0pt;
    z-index:10001;
    }

    bloggs_x Friend
    #228062

    That worked, thanks!

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

This topic contains 5 replies, has 2 voices, and was last updated by  bloggs_x 17 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum