• Resolved darrrol

    (@darrrol)


    Hi there,

    I’m using the Kontrast theme for a while now. Since yesterdat my website can be scrolled horizontally. I have 2 sibars (1 left and 1 right). I tried a few things and noticed when I change the page layout in theme settings – design to another global layout (for example 1 sidebar on the left), the horizontal scroll is gone.

    How to fix this? Never had problems with the 2 sidebars before.

    Thanks in regards

    Darryl

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter darrrol

    (@darrrol)

    Solved. Used a different global lay-out.

    Theme Author Alexander Agnarson

    (@alxmedia)

    Sorry for the late reply, I’ve been busy with life stuff.

    This is an issue that appeared with the most recent Chrome browser update. If you still want to use the double sidebar layouts, you need to add this additional css to get rid of the scrollbar:

    
    .col-3cm .main-inner { overflow-x: hidden; }
    

    Or if this doesn’t work you can also try:

    
    .col-3cm { overflow-x: hidden; }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Large white area on the right’ is closed to new replies.