Module on phone

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
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
User avatar
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

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;
}
}
User avatar
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.
User avatar
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
User avatar
Moderator


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