简体   繁体   中英

How to center mobile menu title text

I have a WordPress website, I have added additional CSS to center the title text of the mobile menu.

#mobileMenu_mm1.mobileMenu {
text-align-last: center
} 

Which works for some devices but apple devices do not show the text centred.

check for yourself www.aktingalpa.com.au

iPhones show that the title text is not centred but in the browser and on my android it is centred.

Any ideas?

I have checked your site and text center issue of the "Navigation" text. try this CSS: { text-indent: 10px; } { text-indent: 10px; }

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM