• Hello.
    I’ve searched this and other forums for days in order to find the solution.
    First of all – my request: I need to disable horizontal overflow that expands to the far right end of my page that adds horizontal scrollbar. It, however, doesn’t show on the homepage, but in any post or category, page it does.
    Tried putting codes in Custom Css overflow-x: hidden; in Custom Css be it html, body, i dont really remember anymore, been modifying it for days now. Any help would be appreciated, step by step if needed.

    Thanks in advance

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I get a blank page when I look at your site. Viewing source shows content, but…

    What’s the deal with this CSS?

    #page.site {
        overflow-x: hidden;
        display: none;
    }

    Why are you not displaying the whole page?

    Get that cleaned up and maybe we can move forward.

    Thread Starter lukapbm

    (@lukapbm)

    My website went down, error establishing connection to database. I managed to fix it. Can you see it now?

    When i put that code in my website just goes blank.

    Thanks for a fast answer.
    Now it wont display it you again, wait until i fix it.

    • This reply was modified 7 years, 1 month ago by lukapbm.
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please remove the display:none that I noted above! I did NOT tell you to put that code in; it’s already on your site.

    Thread Starter lukapbm

    (@lukapbm)

    I removed it, didnt quite undestand what u meant

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    The issue seems to be with those floating buttons you have

    https://cloudup.com/iy885M5D2xR

    There’s lots of calculated widths that just don’t work on a narrow device. How are you adding them to your site? Plugin? Theme?

    Thread Starter lukapbm

    (@lukapbm)

    They were added by a page builder-plugin. It wasn’t working and displaying them correctly so through some amateur coding they were put there. Overflow is caused by this content in pages as well i think, and on these pages is where it shows up, not on homepage. I know that, but i dont know how to fix overflow without removing those parts. https://prntscr.com/i1xu5m

    *When i say put there- i mean modified and adjusted width, dimensions and positions.

    • This reply was modified 7 years, 1 month ago by lukapbm.
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You may want to check with the developers of that page builder. My experience is that page builders just make an ugly pile of spaghetti.

    Thread Starter lukapbm

    (@lukapbm)

    Yes, but i wanted to know if there is any chance that i can disable horizontal scrollbar if nothing else?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Overflow-Horizontal’ is closed to new replies.