Dear Dream team,
on the homepage of my site I’m using Revolution slider in a fullscreen mode. It looks awesome on the desktop.
But on the mobile version the homepage has white line and grey lines, it’s not fullscreen slider, please look at the screenshot provided:
Could you please advice how it can be improved?
Thank you!
Alfiya
Hey Soapmarine!
Since you have a license, you can contact plugin author directly and they would help you – http://themepunch.ticksy.com/
Regards,
Yigit
Hi Yigit,
I asked Themepuch, and from his point of view this comes from this “negative gap” above the container. Could you please point me where in the settings this can be avoided? Thank you very much!
Alfiya
Hey!
You have following code in Quick CSS
@media only screen and (max-width: 767px) {
.responsive.html_header_transparency #main {
padding-top: 0 !important;
margin-top: -170px;
}}
please change it to following one
@media only screen and (max-width: 767px) {
.responsive.html_header_transparency #main {
padding-top: 0 !important;
margin-top: 0;
}}
Best regards,
Yigit