Site logo

[Support request] how to did i get this homepage ??

Home Forums Support [Support request] how to did i get this homepage ??

Home Forums Support how to did i get this homepage ??

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1946263
    Cristiano

    I would like to build something similar to this site, could you help me?

    I sent inspiration site in the sensitive area.

    y

    They have the effect that the first grid (01) is fixed while the second grid (02) descends to a certain point.

    I know the second grid can be reached using the “Base” from the Cards style dropdown, The WP Show Posts Pro

    I’m using:

    Latest version of the theme: 3.0.4
    The Premium GP Plugin • Version: 2.0.3
    The WP Show Posts Pro – Developer – 1.2.0

    I sent inspiration site in the sensitive area, for you to review

    thank you very much for your attention

    #1946333
    Elvin
    Staff
    Customer Support

    Hi Cristiano,

    We can do something similar with GenerateBlocks Grid as you mentioned + a bit of custom CSS.

    Here’s an idea.

    – Create the layout using GB Grid Blocks.
    – On the left side, place the “Easy soups” column.
    – On the right side, place the post list of your choice. (in your case WPSP Pro)
    – On the right container column, add additional CSS class as shown here – https://share.getcloudapp.com/jku4bQwP
    – You then add this CSS:

    .overflow-scroll {
        height: 200px !important;
    }
    
    .overflow-scroll > .gb-inside-container {
        overflow: scroll;
    }

    adjust the height value to your preference. 🙂

    Here’s a super simplified demo – https://dev-generate-press.pantheonsite.io/1707-2/ – check the blue column.

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