[Resolved] UAGB block width issue with no sidebar

Home Forums Support [Resolved] UAGB block width issue with no sidebar

Home Forums Support UAGB block width issue with no sidebar

  • This topic has 6 replies, 3 voices, and was last updated 4 years ago by Leo.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1122038
    Joao

    Hi, I’m not sure this is directly related to GP but here’s the thing:

    When you look at https://anabelachastre.pt/ you will notice horizontal scroll becomes active.
    One way I can prevent this from happening is by adding this:

    .no-sidebar .entry-content .alignfull {
    max-width: 98vw;
    }

    I could also try to replace the above the header block by another (non UAGB) similar block.

    Is this a UAGB issue or a GP issue? If GP, am I doing anything wrong?

    Thank you.

    J

    #1122039
    Joao

    *above the fold block (not above the header block)

    #1122137
    Leo
    Staff
    Customer Support

    Hi there,

    Gutenberg align full block causes issue like this sometimes.

    Try this CSS:

    body {
        overflow-x: hidden;
    }
    #1122160
    Joao

    It works perfectly! It was the 2nd time I saw this happening; 1st I changed the block plugin and didn’t pay more attention.
    Thanks Leo, I’m really glad to have this issue solved (and a clue to what is causing it).
    Joao

    #1122181
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

    #1201082
    Austin

    This was super helpful.

    Is it possible that this can be fixed out of the box with Generate Press?

    #1201091
    Leo
    Staff
    Customer Support

    This is something should be fixed in Gutenberg align full blocks ๐Ÿ™‚

    For now it’s better to add that CSS as needed.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.