Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Konstantinos Kouratoras

    (@kouratoras)

    Find file /wp-content/plugins/full-screen-background-images/css/supersized.css and replace line:

    #supersized img { width:110%; height:auto; position:relative; display:none; outline:none; border:none; }

    with line:

    #supersized img { width:110%; height:auto; display:none; outline:none; border:none; }

    Let me know if it’s ok now.

    Thread Starter vaschops

    (@vaschops)

    To fix this, I had to change supersized.css file at Line 19 and set width to 101.2%

    #supersized { display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:101.2%; }

    At least for now it works..

    Plugin Author Konstantinos Kouratoras

    (@kouratoras)

    Maybe, it was a little conflict with your theme’s CSS. Glad you found the solution.

    A review would be appreciated! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dark line appears next to scroll bar’ is closed to new replies.