Move secondary Menu in DIVI below the Primary Menu
The default location for the secondary menu in the DIVI theme is at the top of the screen.
To make it to be below the Primary menu - between the header and body of the page, add the following in the custom CSS menu.
@media only screen and (min-width: 981px) {
#main-header {
top: 0 !important;
}
#top-header {
top: 134px !important;
} }
To make it to be below the Primary menu - between the header and body of the page, add the following in the custom CSS menu.
@media only screen and (min-width: 981px) {
#main-header {
top: 0 !important;
}
#top-header {
top: 134px !important;
} }
Subscribe to:
Post Comments
(Atom)
Tags
Blogger
(5)
buttons
(1)
css
(3)
divi
(103)
elegant themes
(44)
extra
(8)
fable
(1)
gravity forms
(11)
jQuery
(3)
ownCloud
(1)
ProtonMail
(3)
Reddit
(2)
responsive
(1)
tables
(1)
vanilla forums
(3)
whmcs
(3)
WooCommerce
(3)
wordpress
(40)

Top snippets
- DIVI menu text bold on hover
- How to remove the responsive functionality from Elegant Themes Exlorable
- Move secondary Menu in DIVI below the Primary Menu
- Disable pause on hover for DIVI slider module
- Disiable Mobile Menu from showing with DIVI theme
- Add Thin Colored Line Under Menu in DIVI
- How to center align the Gravity Forms submit button
- Integrating Gravity forms with DIVI
- Divi menu overlaps logo when scaled down
- Vertically align Divi button

0 comments:
Post a Comment