Module on phone
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Fri Mar 10, 2017 8:44 am
- Reply with quote
- Report this post
Hi Is there a way to get the banner right position to display on mobile phones. I have two clients with this template on their sites that use this position for important information that needs to be displayed on the phone.
https://www.lrwdd.com.au
https://www.lrwdd.com.au
-
- Expert Boarder
- teitbite
- Tue Mar 14, 2017 4:09 pm
- Reply with quote
- Report this post
Hi
The link is not working. Please tell me the correct one. Try adding this to override.css in template
The link is not working. Please tell me the correct one. Try adding this to override.css in template
- Code: Select all
@media only screen and (max-width:760px) {
#gkBanners > div {
display: block;
float: none;
width: 100%;
}
#gkBanners > div > div:first-child {
margin-top: 0;
}
}
-
- Moderator
- GK User
- Tue Mar 14, 2017 4:54 pm
- Reply with quote
- Report this post
Sorry, wrong link
But that worked, thank you very much.
But that worked, thank you very much.
-
- Expert Boarder
- teitbite
- Sat Mar 18, 2017 1:09 pm
- 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
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
-
- Moderator
4 posts
• Page 1 of 1