I've added a module for the JA Content Slider to my T4 Page. I am attempting to add padding to the text as there is no margin between the slides. See image. Tried many things, but can't seem to find the right syntax. Thank you,

    Hi evensenj,
    You can add the following CSS code to your site:

    div.ja-slidereadmore, .ja_slideintro, .ja-slidereadmore {
        padding: 0 30px 0 20px;
    } 

    Wonderful!! Thank you!

    Now is it possible to remove the first Read This Entry and only have the bottom Read This Entry link?

      Hi evensenj,
      I have removed the following code in the /templates/t4_bs5_blank/html/mod_jacontentslider/default.php file, line 259:

      <?php if( $params->get('showreadmore') ){ ?>
           <div class="ja-slidereadmore"> <a href="<?php echo $link;?>" class="readon"><?php echo JTEXT::_('READMORE');?></a> </div>
      <?php } // endif;?> 
      Write a Reply...
      You need to Login to view replies.