Site logo

[Resolved] split-screen

Home Forums Support [Resolved] split-screen

Home Forums Support split-screen

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #2199216
    John

    Hello Folks at Support !

    I not even sure what to call this.
    “split-screen” is surely not the right term.

    Please see my landing page:
    http://www.understand-culture.com

    See the links below the video.

    I may want to add three more links.
    But instead of adding them vertically,
    I’d like the option of displaying them to the left:

    Germany Patterns
    United States Questions
    Germany:USA Exercises

    I’m sure that that is doable.
    You folks seem to make everything doable.

    How would I do it?

    John

    #2199268
    David
    Staff
    Customer Support

    Hi there,

    ok theres a few ways – lets try this option:

    1. Select your existing Headline Block that contains your links, and from the Block Toolbar 3 dot menu, select Duplicate.
    2. Now select your duplicate block and update the links inside for your new list of links.
    3. With that block still selected go to the sidebar Advanced > Additional CSS Class(es) and insert: inline-links

    Publish the page.

    4. In Customizer > Additional CSS add this code:

    @media(min-width: 769px) {
        .inline-links {
            display: flex;
            justify-content: space-between;
        }
    }
    #2201430
    John

    Thanks, David !

    Let me give this a try over the next few days.

    I’m awaiting customized coding being done by
    another David in England (Derby).

    John

    #2201438
    David
    Staff
    Customer Support

    You’re welcome 🙂

    #2201584
    John

    Hi David,

    See what your coding looks like here:
    https://understand-culture.com/welcome_/

    However, I miscommunicated what I wanted.

    I’d like three clickable terms stacked.
    And two stacks. As in:

    Germany Patterns
    United States Questions
    Germany:USA Exercises

    Those two columns/stacks on a wide screen.
    But then on mobile, they are adjusted to:

    Germany
    United States
    Germany:USA

    Patterns
    Questions
    Exercises

    Is that doable?

    Thanks !

    John

    #2201592
    David
    Staff
    Customer Support

    You can add a GB Grid Block, set that to 2 x Columns. Then add you lists in the columns.
    By default the 2 columns will stack on Mobile.

    #2201599
    John

    Oh, this seems to be easier than I thought.
    Ok, let me give that a try.

    Thanks, David !

    John

    #2201604
    John

    I couldn’t find GB Grid Block, David.

    Please point me there.

    John

    #2201608
    John

    I found it, David, remembering that GB
    is WP and GP.

    Thanks !

    John

    #2201611
    David
    Staff
    Customer Support

    Glad to hear that!

    #2201612
    John

    Nope. I celebrated prematurely, David.

    I’m in the page on the backend.
    I click my cursor into the block.

    What do I do next in order to create a grid?

    #2201613
    John

    I got it.
    Found the next step.

    Sorry for the back-n-forth.

    #2201616
    David
    Staff
    Customer Support

    Sorry i should have provided some docs:

    1. This is the parent Grid Block:

    https://docs.generateblocks.com/article/grid-overview/

    2. And this is for the containers that are auto added to each of the Grids columns:

    https://docs.generateblocks.com/article/container-overview/#layout-–-grid-item

    #2202091
    John

    David,

    I think I figured it out.
    Please see:
    https://understand-culture.com

    Question: Is it possible to adjust
    the width between the boxes within a grid
    or are the grids static?

    Thanks !

    John

    #2202107
    David
    Staff
    Customer Support

    Looking good 🙂

    You can add some space between the Columns by selecting the Grid Block and setting the Horizontal Gap:

    https://docs.generateblocks.com/article/grid-overview/#horizontal-gap

    Is that what you need ?

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