Home Forums WoodMart support forum JUMP LOAD REVSLIDER

JUMP LOAD REVSLIDER

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #85745

    syedali9
    Participant

    ISSUE:
    Bottom categories loaded first after that rev slider load causing jump load.
    Bottom content bumps down after rev slider loaded

    #85756

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #85760

    syedali9
    Participant

    using cloudflare cdn
    REVOLUTIONSLIDER

    #85763

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    #woodmart-main-slider_wrapper {
    	height: 495px;
    }
    
    @media (max-width: 1024px) {
        
    #woodmart-main-slider_wrapper {
      height:476px;
    }
    }
          
    @media (max-width: 778px) {
        
    #woodmart-main-slider_wrapper {
      height:500px;
    }
    }
            
    @media (max-width: 480px) {
        
    #woodmart-main-slider_wrapper {
      height:600px;
    }
    }

    Regards

    #85767

    syedali9
    Participant

    Thanks perfect

    #85794

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘JUMP LOAD REVSLIDER’ is closed to new replies.