Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sweetflowers365 Friend
    #659098

    Hello,

    How to remove Full width from slider ? below is the screenshot.

    Thanks

    pavit Moderator
    #659203

    Hi

    If you want to remove the next and prev buttons you can edit this file : modulesmod_jaslideshowassetsthemesmethysstyle.css around line 52 you have :

    .but_prev, .but_next {
    background: #000
    position: absolute;
    top: 0;
    z-index: 102;
    visibility: visible;
    opacity: 0.4;
    }

    Add the Display:none property below in this way

    .but_prev, .but_next {
    background: #000
    position: absolute;
    top: 0;
    z-index: 102;
    visibility: visible;
    opacity: 0.4;
    display:none;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  pavit 9 years, 3 months ago.

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