Problem with suffix "pattern" in mobile view

October 2015 Joomla Template
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Aug 04, 2017 3:08 pm
Reply with quote
Report this post
Hi, I use a nsp gk5 with the suffix "pattern" and on PC it looks good, but in mobile it looks like the attached image.

The URL is http://www.lavozdejujuy.com
User avatar
Fresh Boarder

teitbite
Thu Aug 10, 2017 10:28 am
Reply with quote
Report this post
Hi

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:640px) {
#gkInset .box.pattern {
    clear: both;
    display: block;
    float: none;
    margin: 0 0 30px;
    max-width: none;
    width: 100%;
}
}
User avatar
Moderator

GK User
Tue Aug 15, 2017 2:28 am
Reply with quote
Report this post
Hi, I add the code to override.css but did not work, I change the suffix to "headlines" and now everything is perfectly displayed
User avatar
Fresh Boarder

teitbite
Sat Aug 19, 2017 12:05 pm
Reply with quote
Report this post
Hi

That's good too. Are you sure You have added the style. I see override.css file is empty right now.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.