Revolation slider setting did not work
-
i active slider revolation on home page. when page heading enable then its show perfect view.
see screenshot
http://prntscr.com/jdylry
when we disable page heading then its view not good. please see the screenshot.
http://prntscr.com/jdymcj
half slide hide in header.
please gave me any css code or solution.
Hello,
You need to disable header overlap option in header builder. http://prntscr.com/jdz1ei
Kind Regards
dear i have one question more.
i want to disable footer in mobile.
Hello,
In order to disable footer on mobile add this CSS to Theme Settings > Custom CSS > Mobile
.main-footer{
display:none;
}
Best Regards