Mobile Menu Assistance
-
When in mobile view is there a way to make the different levels right justification? Everything is currently centered and the Top level topic I want to be left justified. Is there a way to do this?
brecksvilleucc.orgThe blog I need help with is: (visible only to logged in users)
-
Hi benrehling
When in mobile view is there a way to make the different levels right justification? Everything is currently centered and the Top level topic I want to be left justified. Is there a way to do this?
brecksvilleucc.org– To achieve that you must have to add custom CSS code given below to your site
h1.menu-toggle.toggled-on { text-align: left; }ul.mobile-menu.toggled-on li a { text-align: right; padding-right: 10px; }How to add custom CSS to your site:
https://wordpress.com/support/custom-design/editing-css/You must be under premium or higher WordPress.com plan to add custom CSS to your site. For more information on Custom CSS refer to the document below:
https://wordpress.com/support/custom-design/custom-css/For more information on WordPress.com plan and pricing please refer to the link below:
https://wordpress.com/pricing/Hope this helps.
-
- The topic ‘Mobile Menu Assistance’ is closed to new replies.