Site logo

Archived topic

mobile menu sticky

9 replies · Started by Bruce Wayne on March 2, 2021

Viewing posts 1–10 of 10

i'm looking to install a mobile menu with sticky at the footer

is there anyway to create mobile menu sticky like this site ?

Thanks for help

follow the step
but it's showing in different line like this
how to fix it ?

For the Grid, choose default for vertical alignment.

Try decrease the padding of button, and reduce the font size of the button.

look like when i've using text in thai , it will automatically go with another line
but in english it was good (same line)

anyway to fix ?

It may require some CSS.
Can you share a link to a site where we can see the mockup with the issue?

please check my site here.

can it be using the same row.

Use this CSS to place the icon above the text:

.sticky-bottom a.gb-button {
  flex-direction: column;
}
.sticky-bottom a.gb-button .gb-icon {
    padding-right: 0;
}

Then in the Block editor you can reduce the font size of the button text and size of the icon to suit

looks good , thanks david

Glad to be of help!

This archived topic is closed to new replies.