Problem with suffix "pattern" in mobile view
October 2015 Joomla Template
Rate this topic:
- 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
The URL is http://www.lavozdejujuy.com
-
- 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.
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%;
}
}
-
- 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
-
- 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.
That's good too. Are you sure You have added the style. I see override.css file is empty right now.
-
- Moderator
4 posts
• Page 1 of 1