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,
JA Content Slider - need to add padding
this is the T4 page called Home.
https://staging.erhop.org/test5.1/index.php/en/
Wonderful!! Thank you!
Now is it possible to remove the first Read This Entry and only have the bottom Read This Entry link?
- Edited
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;?>