Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi,
2 little problems on mobile (here: iphone 5) :
1 – As you can see, logo is not displaying entirely
–
2- The revolution slider on the homepage is not moving – I didn’t find in slider settings where we can change this..
Best regards,
Marion
Hello,
1- for the logo, I added this code into your custom css box:
@media (max-width: 480px){
#logo {
left: 51px !important;
float: none !important;
}
}
Now please go to file: css\bootstrap-responsive.css and find this line(1347):
#logo { float: right; left: 0 !important; right: 0 !important;
edit the
left: 0 !important;
to this:
left: 0;
2-In Revolution slider settings > Loop and Progress you had set to stop the loop at slide 3. That’s why it didn’t continue to slide. I removed that and now it’s ok.
Best regards!
It’s perfect !
Thank you very much for your help ! :)
Best regards !
You must be logged in to reply to this topic.