[Support request] Overflow image

Home Forums Support [Support request] Overflow image

Home Forums Support Overflow image

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2325967
    Nave

    Hi there

    I’m using Generatepress with Generateblocks pro.
    What im trying to achive:
    In the “about” section I’m trying to make the image extend beyond the screen.

    The problem:
    On tablet I get an horizontal scroll bar
    On bigger desktop size the image is just in its regular state

    This is what im trying to achive in desktop and tablet screens:

    View post on imgur.com

    Would love to get some guidance here, thanks

    #2326340
    David
    Staff
    Customer Support

    Hi there,

    1. add this CSS to your site:

    .overflow-x-hidden {
        overflow-x: hidden;
    }

    2. Select the parent Container block for that section and in Advanced > Additional CSS Class(es) add: overflow-x-hidden

    #2327113
    Nave

    Hi David,
    Thanks but for tablet I still have white space on the right side of the screen

    #2327125
    David
    Staff
    Customer Support

    You need to add the overflow-x-hidden class to Container blocks > Advanced > Additional CSS Class(es)

    #2327131
    Nave

    ah ok, missed that, now it looks great thank you!

    #2327136
    David
    Staff
    Customer Support

    Glad to hear that!

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