Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
I’ve got a problem with slider on mobile devices (boxed layout):
serwer1744265.home.pl/strona/
As you can see below, the slider is aligned to the left, and I think it should be rather on the center, like for notebook or tablet.
Hello,
Please add this code into your custom css box:
@media (max-width: 480px){
.viewport { overflow-x: hidden;}
div#rev_slider_6_1_wrapper {
padding: 20px !important;
}}
Change the value to your wish. Let us know.
Best regards!
Dear Mihaila,
thank you for quick response. I’ve used yout code with small modification:
@media (max-width: 480px){
.viewport { overflow-x: hidden;}
div#rev_slider_6_1_wrapper {
margin-left: 20px !important;
margin-right: 20px !important;
}}
and I think it works fine.
Best regards!
Tom
You must be logged in to reply to this topic.