Archived topic
Some queries on mobile menu
1 reply · Started by Ryan on January 17, 2019
Viewing posts 1–2 of 2
1) How do I make the mobile Menu icon float right (right of icon)
2) I am using html for the slide out menu but there is no way to control the font size. Anyone tried this?
Hi there,
1. The mobile header will do this:
https://docs.generatepress.com/article/mobile-header/
2. The Slideout Typography controls are focused on the tag links. You can target the p tag for example only in the slideout for example:
#generate-slideout-menu p {
font-size: 20px;
}
This archived topic is closed to new replies.