• Hi there

    On the site https://old.globecreative.com/02/, users can move the columns both vertically and horizontally for some reason, e.g if my mouse pointer is in the first, or the last column “about me” I can scroll up/down as well as left/right with my iMac mouse. They are not supposed to go left/right though. Any idea of how I can fix this?

    Note that I have tried adding ‘overflow-x: hidden’ to the css for those columns, doesn’t do a thing.

    Any help would be greatly appreciated
    Helge

Viewing 3 replies - 1 through 3 (of 3 total)
  • Seems to be controlled by this:

    .hs-content-scroller {
        height: 100%;
        left: 210px;
        overflow: auto !important;
        position: absolute;
        right: 0;
        top: 0;
    }

    Where did you get that theme from? Have you asked the developers? Or for such CSS-specific issues, you might want to ask on a CSS forum such as: https://csscreator.com.

    Thread Starter HelgeCPT

    (@helgecpt)

    The theme is called “alpha” and was bought on https://www.mojo-themes.com. I have emailed the theme developer regarding minor bugs & issues in the past, but the support is next to non-existing and I find myself having to try and fix things myself. The theme has been taken off the marketplace by the developer recently, yet It seems he managed to fix it as he now uses it on his homepage.

    I will check out the CSS forum link in the meantime

    Thread Starter HelgeCPT

    (@helgecpt)

    I have added ‘overflow-x: hidden;’ to the above code and to almost everything in my CSS that could possibly be related to the colums yet I am still able to scroll sideways. The site is live yet the client is very unhappy about this issue: https://www.warrickryan.com
    Can anybody see what the issue could be?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"Fixing" columns (to only scroll vertically)’ is closed to new replies.