JM Slideshow Issues

Hi

I am having trouble with the text sizing in the JM Slideshow module.

I followed the initial theme set up, and the coding. Seems that it is a bit out of whack in terms of size. My site is http://www.zemlja.com.au/index.php and the issues occur under "News" section.

Any help would be greatly appreciated!

Kind regards

Mark

2 answers

Profile photo of chavan 100.00 $tone October 27, 2011
Public

GO to this File : skin/frontend/default/jm_enis/joomlart/jmslideshow/css/jm.slideshow.css

Find this code and replace it

Code:

.jm-slide-desc p { 	font-weight: normal; }

With

Code:

.jm-slide-desc p {
    font-weight: normal;
    margin: 10px 45px;
    text-align: justify;


}

Find this code and replace it

Code:

.maskDesc a.readon { 	bottom: 50px; 	color: #e42459; 	display: block; 	position: absolute; 	left: 55px; 	z-index: 999; 	font-size: 100%; 	font-weight: normal; }

With

Code:

.maskDesc a.readon { 	bottom: 5px; 	color: #e42459; 	display: block; 	position: absolute; 	left: 55px; 	z-index: 999; 	font-size: 100%; 	font-weight: normal; }

Note: If you Find my Post useful please click on the Thanks Icon

#1

This question is now closed

Written By

Comments