By Damian Witham on Monday, 13 April 2015
Posted in General
Replies 3
Likes 0
Views 445
Votes 0
http://ajaxlive.footballclubdata.com.au/

On mobile the text is removed completely. Why, where and how can i get text back on mobile?
Hi Damian,

I have inspected your site and it seems you have done some customization to the css code. Can you please provide us with backend access and FTP access so that we can assist you further on this issue.

Please advise.
·
Monday, 13 April 2015 17:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes I has this in custom.css in order to get a larger image on desktop view.


body #mod_showcase .slider-holder {
height: 250px !important;
}

body #mod_showcase .showcase-image img {
max-width: 650px !important;
height: auto !important;
}

.tm-container {
margin: 0px auto;
}
·
Monday, 13 April 2015 17:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Damian,

Yes. I can see that. Here I give you a css override code. Can you please download it and put it in your current Joomla template. Please give this a try.

body #mod_showcase .slider-holder {
height: 250px !important;
}
@media only screen and (min-width: 768px) {
body #mod_showcase .showcase-image img {
max-width: 650px !important;
height: auto !important;
}
}

body #mod_showcase .showcase-image img {
max-width: 150px !important;
height: auto !important;

#mod_showcase .showcase-content{
overflow: inherit;
}
#mod_showcase .showcase-readmore .showcase-button{
margin-top:62px;
}
body #mod_showcase .showcase-image img {
max-width: 150px;
height: auto !important;
}


If this issue is still persist, perhaps you can you provide us with FTP access so that we can apply the fix directly on your site?

Please advise.
·
Monday, 13 April 2015 18:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post