Site logo

Archived topic

adjusting mobile menu?

3 replies · Started by Yueh Feng on September 12, 2021

Viewing posts 1–4 of 4

Hi Generatepress team,
May I know how I can adjust the position of mobile menu button?(Secondary navigation)
The web link is here.
I would like it to become like this--> please see "here".
It looks good on normal web by desktop, I follow some previous posts on this forum, but I just want to know how to adjust the button position in the mobile device.

Thank you so much!

Hi Yueh,

Try add this CSS:

@media (max-width: 768px) {
#secondary-navigation ul li {
    display: inline-block;
    }
}

Let me know :)

Hi Ying,
Thank you so much! It works perfectly!

Thank you!

No problem :)

This archived topic is closed to new replies.