• Resolved nikhilazza

    (@nikhilazza)


    Hey Alex,

    I am facing a CLS shift just for the mobile site. The main culprit which is causing the issue is the header logo region. Can you please suggest any fix for the issue?

    Regards,

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hey there! Do you have the issue on the homepage with the owl carousel there?

    If so, what happens if you add something like this additional css:

    
    body.home .owl-carousel { display: block!important; opacity: 1!important; min-height: 500px; }
    

    Or just:

    
    body.home .owl-carousel { min-height: 500px; }
    

    (you may need to edit the 500px to something less for mobile)

    Thread Starter nikhilazza

    (@nikhilazza)

    Thanks, it worked

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CLS Shift on Mobile’ is closed to new replies.