Site logo

Archived topic

Sideout menu top bar

8 replies · Started by Kostas on February 16, 2022

Viewing posts 1–9 of 9

hi,
i'd like to create a 3 column block on top of my sideout menu items.
I am creating a Hook Block and then assign it to inside_sideout_navigation hook but the styling brakes and all look weird.
Then when i try to use the sideout widget area i dont have access to the styling controls of the builder making it impossible to do what i want.
For example i insert 1 image in each column and i end up with each image below the other...
What is the proper way to add let's say 3 headline icons in a 3 column arrangement on top of the Menu items inside the sideout menu?

thanks

Hi Kostas,

If you are using GenerateBlocks plugin to add the blocks in GP's elements, there should be no compatibility issue.

I would recommend using the block element method.

Any chance you can link me to your site?

You can use the private info field so it will only be visible to the support team :)

Let me know!

i am local.
is it not expected what it happens to my Video?
Should the Block hook work? On what hook position?

let me know the above and i can give it another try and if it doesn't work i will make an online installation

Hi Kostas,

Yes, looking at your video, I can say you’re on the right track with regards to adding elements inside the Off canvas menu.

To have a better understanding of the styling you wish to achieve, can you provide a sketch of what it should look like, and can you also provide a link to your site?

You may use the private information field if you wish: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

Hope to hear from you soon! :)

hi i created an online clone please check,
thanks

1. Add this CSS:

.slideout-navigation .inside-navigation > * {
    flex-basis: 100%;
}

2. You don't need 3 containersunder the Gird, 2 is good, you just need to set the Gridhorizontal alignment to center.

This archived topic is closed to new replies.