Hi there,
I had to update my enfold theme to fix another probelm- This worked out perfectly!
However now my sub-menu doesn’t look the same:
http://plpl3750.staging-cloud.netregistry.net/upcoming-events/2942/18th-aapsw-2014
Yigit was helping me
https://kriesi.at/support/topic/white-background-underneath-custom-sub-menu/
Basically I need the white background under the main header to extend under the sub-menu.
The sub-menu also needs to be easily clickable.
Thanks so much.
Hi TheProductionHouseEvents!
Please try adding following code..
.sub_menu { margin-top: 25px; }
.main_menu { margin-top: -10px; }
Cheers!
Yigit
Hi Yigit.
sorry there is still no white underneath.
The sub menu is easily clickable now though!
Thanks
Hi!
You can add this on your custom.css or Quick CSS:
.header-scrolled {
padding-bottom: 80px;
}
Cheers!
Ismael
amazing. perfect. Thank you so much!