• Resolved bekanator

    (@bekanator)


    I recently noticed a horizonal scrollbar at the bottom of my full-width homepage. Originally it affected a “cover block” that I tried removing.

    The scrollbar then moved up to the next “separator” block. I removed that, tried adding and removing various blocks to see if I could remove the problem block that caused the scrollbar in the first place. Now it’s affecting my latest posts shortcode carousel (the nearest full-width block) and whatever blocks I add beneath it.

    I have tried adding the snippet of code offered in other threads with this problem:

    `body {

    overflow-x: hidden;

    }

    It doesn’t do anything for the homepage, though did help with another page on my website that was affected by the same issue.

    I’m currently using the Savannah theme by Georgia Lou Studios.

    I’m sure this is some kind of glitch but it’s become extremely bothersome.

    • This topic was modified 6 years ago by bekanator.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Matias Mann

    (@developress)

    Hi @bekanator !

    Try with this:

    .clearfix {
     overflow: hidden;
    }

    If it does not work try with:

    .clearfix {
     overflow: hidden !important;
    }

    And if still does not work ask the theme developer since the style is added dinamically.

    Thread Starter bekanator

    (@bekanator)

    Ah, thanks! That’s the magic I needed!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Horizontal Scrollbar on Full-Width Page’ is closed to new replies.