Drop down size issue
How can I match the drop down box the same size as the upper level menu, the sub menu look wider than the main menu.
Go hover to TECHNIQUE TIPS
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
7Hi Jordan Joves
You can fix this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
.main-navigation ul ul { width: 100%; } .main-navigation ul ul a { width: 100% !important; }Let us know how you get on
Magus
thanks – how can i make the blue hovering same size now?
Hi Jordan
Please replace the supplied CSS to this
.main-navigation ul ul { width: 100%; } .main-navigation ul ul li { width: 100%; } .main-navigation ul ul li a { width: 100% !important; }Thanks
Magus
thanks – I'm almost there
How do i get the text to align center and for Mobile – I dont see the MENU on the responsive menu – I see the whole naviagtion still..
Hi Jordan Joves
You can accomplish this using a theme setting. In your WordPress admin, navigate to Appearance > Theme Settings. Under the Navigation tab is a setting called Mobile Navigation. Enable this setting.
Please let us know if you need any help with this.
Magus
I have that enabled and still not working…
site: http://yogabliss-studio.com/bliss/wp-admin temp user/ pass == admin/house12
Hi Jordan
You had the collapse point for the mobile menu set to 0 pixels so it would never fire. I have set it to 480px, if you need to make it collapse earlier just increase that value.
Magus
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.