Article Header Does Not Responsive For Mod. News Show ProGK5

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
Sat Mar 26, 2016 4:19 pm
Reply with quote
Report this post
Hi,

I used News Show Pro GK5 for my homepage.

In desktop view, article header in links layout is on the right of the image and looks nice.

homepage-desktop.jpg


However, in mobile view, the header is at the bottom of the image.

homepage-mobile.jpg


I really want to move the header to the right of the image like in desktop mode, can you help me to do that?

Here is what I configured the link layout.

link-layout configuration.jpg


Thank you and regards,

Hai
User avatar
Gold Boarder

teitbite
Wed Mar 30, 2016 9:48 am
Reply with quote
Report this post
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Fri Apr 01, 2016 1:39 pm
Reply with quote
Report this post
Hi Teitbite,

I already sent you a message. Please help me to check.

Thank you and regards,

Hai
User avatar
Gold Boarder

GK User
Fri Apr 01, 2016 1:49 pm
Reply with quote
Report this post
Hi Teitbite,

Please help me with issue in this topic too:

https://www.gavick.com/forums/news2-joo ... ugin-50836

Thank you and regards,

Hai
User avatar
Gold Boarder

teitbite
Wed Apr 06, 2016 10:51 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:580px) {
.nspLinksWrap.right .nspLinks {
    padding-left: 3px !important;
}

.nspList > li > .nspImageWrapper {
    margin-right: 10px !important;
    width: auto !important;
}
}
User avatar
Moderator

GK User
Thu Apr 07, 2016 2:00 am
Reply with quote
Report this post
Thank you very much Teitbite,

It works like a charm now.

Please help me on the same problem with News Show Pro GK5 (but for article layout) and Tabs GK5 too.

When in desktop view, the articles are displayed well. Text is on the right of image, but in mobile view, the text jumps to bottom of the image.

In desktop view:

desktop view copy.jpg


In mobile view:

Tabs GK5:

tabs GK5.jpg


News Show Pro GK5 - Article layout

News Show Pro GK5.jpg


I already send you an URL that show the problem. The modules locate on the right hand.

Please review and help me.

Thank you a lot and regards,

Hai
User avatar
Gold Boarder

teitbite
Wed Apr 27, 2016 9:31 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:600px) {
.nspMain .nspImageWrapper {
width: auto;
margin-right: 15px;
}

.nspMain .gkArtContentWrap {
    width: auto;
}
}
User avatar
Moderator

GK User
Wed May 11, 2016 1:27 am
Reply with quote
Report this post
Thank you very much Teitbite.
User avatar
Gold Boarder

teitbite
Wed May 11, 2016 9:21 am
Reply with quote
Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron