Viewing 1 reply thread
You must be logged in to reply to this topic.
Hello.
I currently have revolution slider show in full width of my page and I am trying to make it be same width as my page content/menu and just appear in square dimension. This is on desktop version. So content is not entirely full screen bug appears in a large square. I have tried resizing slider, but nothing seems to be working.
At the same time I like to keep mobile version as it is. Slider being full width as it is currently looking very nice on mobile
Thanks a lot
Hello,
Please try and add this css into your custom css box:
@media (min-width: 1600px){
.slider#slider-fullwidth {
width: 65%;
margin-left: 17%;
}
.rev_slider li.tp-revslider-slidesli { width: 65% !important;}
.tp-loop-wrap { margin-left: -117px;}
}
Result screenshot. Edit the value to your need.
Best regards!
You must be logged in to reply to this topic.