Site logo

Reply To: When click-on Mobile menu , content was sliding

Home Forums Support When click-on Mobile menu , content was sliding Reply To: When click-on Mobile menu , content was sliding

Home Forums Support When click-on Mobile menu , content was sliding Reply To: When click-on Mobile menu , content was sliding

#1623819
David
Staff
Customer Support

Hi there,

you can use this CSS to center the log and the menu items:

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:100%
}
#generate-slideout-menu,
#generate-slideout-menu ul li a{
    text-align: center;
}

Looks like you’re already using Font Awesome icons, so you can simply add a new menu item and sue the FA Icon for the label – see this doc:

https://docs.generatepress.com/article/adding-icons-to-menu-items/