[Pro] center elements in Responsive CSS Menu

Personally, I would just do it by adding some CSS before the page (I’m not like Ernie who uses the Edit Styles dialog for everything – I don’t have the patience).

  1. Go to Page > HTML Markup… > Before

  2. Paste this in:

     <style type="text/css">
         #navigation2DTnoM .rcm-page-name {
            display: none;
         }
    
         #navigation2DTnoM .rcm-disclosure {
           margin: auto;
           float: none;
         }
    
         #navigation2DTnoM .responsive-menu {
           text-align: center;
         }
     </style>
    
  3. Test!


freewaytalk mailing list
email@hidden
Update your subscriptions at: