Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • vuelolibretv Friend
    #148418

    Is there any way in which I can reduce the space between the title and the up arrow??


    1. question
    Saguaros Moderator
    #331945

    Hello guy!

    Please open the file: /templates/ja_tube/css/ja.contentslider.css and try to find codes:

    .ja-contentslider-left img, .ja-contentslider-right img {
    background: none!important;
    border: none!important;
    cursor: pointer!important;
    margin: 0;
    padding: 0;
    position: static;
    }

    And replace:

    .ja-contentslider-left img, .ja-contentslider-right img {
    background: none!important;
    border: none!important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static;
    }

    and find codes:

    .ja-contentslider-right {
    float: none;
    padding: 10px 0 10px;
    position: static;
    text-align: center;
    width: 100% !important;
    }

    replace

    .ja-contentslider-right {
    float: none;
    padding: 10px 0 10px!important;
    position: static;
    text-align: center;
    width: 100% !important;
    }

    i’ll update to fix for our template with the above codes,.

    Thanks

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

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

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