• Resolved SuzuKube

    (@suzukube)


    Hello ?? I noticed there is a white space when you’re looking the website on chrome. It’s on the right side of the website ^^’ !

    It’s seem to be a bug due to the Right -100% on the .s2 class. But I don’t really know how to resolve it =o) !

    Have a nice day !

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

    (@alxmedia)

    Hi Suzu! Thanks for reporting it. I see the issue and will look into it. It only happens with last version of Chrome.

    Theme Author Alexander Agnarson

    (@alxmedia)

    Add this as custom css for now, it looks like a Chrome bug.

    
    .col-3cm { overflow-x: hidden; }
    
    Thread Starter SuzuKube

    (@suzukube)

    Yeah, I also think it’s a chrome bug ?? ! Thank you for the fix ^^ ! You can also inverse the right:-100px and margin-left at -260px, but you have then trouble in responsive.

    You’re so reactive ! Great Job ?? !

    Thread Starter SuzuKube

    (@suzukube)

    Ah ah new corrective code :
    .col-3cm .main-inner {
    overflow-x: hidden;
    }

    New update of Chrome breaking the code. Take care my friend !

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘White Space on the right side on the last Chrome’ is closed to new replies.