Problem with news show pro gk5 on mobile view

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Feb 26, 2014 3:29 pm
Reply with quote
Report this post
Hello,

I am using GK5 News Show Pro on frontpage, and it's set as News Blocks.

On mobile, the titles are cut, you can only see a part of them. How can I fix this problem?

The page is positivegarden.hr

Thank you very much.
User avatar
Junior Boarder

teitbite
Thu Feb 27, 2014 10:05 pm
Reply with quote
Report this post
Hi

Please add this to mobile.css:

Code: Select all
.gkNspPM-NewsBlocks > figure > figcaption {
    padding: 10px;
    position: relative;
    width: 100%;
}

.gkNspPM-NewsBlocks > figure > img {
    float: none;
    width: 100%;
}

.gkNspPM-NewsBlocks > figure .gkImgOverlay {
    width: 100%;
}
User avatar
Moderator

GK User
Mon Mar 24, 2014 6:54 pm
Reply with quote
Report this post
Hi,

thank You for your answer. Unfortunately, it's not working.. :(

I added the code to mobile.css....

I have attached a screenshot so You can see what the problem is..

Thank You
User avatar
Junior Boarder

teitbite
Mon Mar 24, 2014 8:27 pm
Reply with quote
Report this post
Hi

My code would put image on top and the text under it, so no text cutting and a better view for mobile. But I do not see my code in Your website. Are You sure You have added it properly ? Please send me an access to joomla panel, so I'll add it myself.
User avatar
Moderator

teitbite
Tue Mar 25, 2014 9:32 pm
Reply with quote
Report this post
Hi

You have copied my code to the commented out part of this file. I've moved it outside of this place and everything works ok for mobile. Also the module below works better with this code.
User avatar
Moderator

GK User
Tue Mar 25, 2014 9:53 pm
Reply with quote
Report this post
I'm an idiot :oops:

thank You very very much!
User avatar
Junior Boarder


cron