Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Google Chrome not displaying silder images correctly #33809
    sryu
    Member

    Hi Sakin,
    Actually, I am using the latest version of Chrome on OS X. However, when I checked this problem by using Chrome on Ubuntu and Windows, it works well……
    Modifying the css is the temporary solution for me on my OS X.
    Anyway, thanks a lot! This theme is really awesome. I love it!

    Best,
    sryu

    in reply to: Google Chrome not displaying silder images correctly #33708
    sryu
    Member

    I found that there is something bug when Chrome deals with “rem”. It may cause the problem.

    Thanks a lot!

    sryu

    in reply to: Google Chrome not displaying silder images correctly #33707
    sryu
    Member

    Dear Sakin,
    This may be caused by some weird calculation on the margin by Chrome……

    I did some modification to the css and the site finally works well on my Chrome.

    /wp-content/themes/catch-everest/style.css
    change the margin in “.featured-image .slides image” to 0;

    /wp-content/themes/catch-everest/css/responsive.css

    @media
    screen and (min-width: 1190px){
    .site{
    margin: 4rem auto;
    width: 1140px;
    }
    }

    //It is so weird so I decide to uninstall Chrome…….(just kidding)….

    sryu

    in reply to: Google Chrome not displaying silder images correctly #33553
    sryu
    Member

    Dear Sakin,
    I got the same bug in my website when I use the Chrome browser.
    Firefox and Safari work well….

    I wonder if there is something wrong with the CSS?

    Best regards,
    sryu

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