Site logo

Archived topic

split-screen

16 replies · Started by John on April 25, 2022

Viewing posts 1–15 of 17

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

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;
    }
}

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

You're welcome :)

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

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.

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

Thanks, David !

John

I couldn't find GB Grid Block, David.

Please point me there.

John

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

Thanks !

John

Glad to hear that!

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?

I got it.
Found the next step.

Sorry for the back-n-forth.

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

This archived topic is closed to new replies.