- This topic has 16 replies, 2 voices, and was last updated 3 months, 1 week ago by
David.
-
AuthorPosts
-
April 25, 2022 at 3:27 am #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.comSee 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 ExercisesI’m sure that that is doable.
You folks seem to make everything doable.How would I do it?
John
April 25, 2022 at 4:31 am #2199268David
StaffCustomer SupportHi 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; } }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 27, 2022 at 2:47 am #2201430John
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
April 27, 2022 at 3:00 am #2201438David
StaffCustomer SupportYou’re welcome π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 27, 2022 at 6:20 am #2201584John
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 ExercisesThose two columns/stacks on a wide screen.
But then on mobile, they are adjusted to:Germany
United States
Germany:USAPatterns
Questions
ExercisesIs that doable?
Thanks !
John
April 27, 2022 at 6:35 am #2201592David
StaffCustomer SupportYou 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.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 27, 2022 at 6:43 am #2201599John
Oh, this seems to be easier than I thought.
Ok, let me give that a try.Thanks, David !
John
April 27, 2022 at 6:51 am #2201604John
I couldn’t find GB Grid Block, David.
Please point me there.
John
April 27, 2022 at 6:57 am #2201608John
I found it, David, remembering that GB
is WP and GP.Thanks !
John
April 27, 2022 at 7:00 am #2201611David
StaffCustomer SupportGlad to hear that!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 27, 2022 at 7:01 am #2201612John
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?
April 27, 2022 at 7:02 am #2201613John
I got it.
Found the next step.Sorry for the back-n-forth.
April 27, 2022 at 7:09 am #2201616David
StaffCustomer SupportSorry 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
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 27, 2022 at 12:32 pm #2202091John
David,
I think I figured it out.
Please see:
https://understand-culture.comQuestion: Is it possible to adjust
the width between the boxes within a grid
or are the grids static?Thanks !
John
April 27, 2022 at 12:51 pm #2202107David
StaffCustomer SupportLooking 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 ?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.