Home Forums WoodMart support forum Revolation slider setting did not work

Revolation slider setting did not work

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #56152

    scatterinstruments
    Participant

    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.

    #56159

    Artem Temos
    Keymaster

    Hello,

    You need to disable header overlap option in header builder. http://prntscr.com/jdz1ei

    Kind Regards

    #56161

    scatterinstruments
    Participant

    dear i have one question more.
    i want to disable footer in mobile.

    #56184

    Hello,

    In order to disable footer on mobile add this CSS to Theme Settings > Custom CSS > Mobile

    .main-footer{
    display:none;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)