I want my footer way more transparent, is this possible?
http://clique-pr.nl
Also the responsive menu (those 3 bars) is not on the right place, you can't see the bottom line. So I want to put this a little bit higher?

tnx in advance!
#gkFooter {
background: none repeat scroll 0 0 rgba(255, 0, 38, 0.7);
}
#gkMobileMenu {
margin: 0 0 0 20px !important;
}
#aside-menu-toggler, #mobile-menu-toggler {
margin-top: 0 !important;
}
#gkFooter {
background: none repeat scroll 0 0 rgba(255, 0, 38, 0.7);
}
#gkMobileMenu {
margin: 0 0 0 20px !important;
}
#aside-menu-toggler, #mobile-menu-toggler {
margin-top: 0 !important;
}
.button-big {
background: none repeat scroll 0 0 rgba(255, 0, 38, 0.7);
}
.button-big:hover {
background: none repeat scroll 0 0 rgba(4, 15, 47, 0.7);
}
funkiej wrote:the mobile menu is still in the same position![]()
- Code: Select all
#gkMobileMenu {
margin: 0 0 0 20px !important;
}
#aside-menu-toggler, #mobile-menu-toggler {
margin-top: 0 !important;
}
so this isn't working (for me)
#gkBg #gkMobileMenu {
margin: 0 0 0 20px !important;
}
#gkBg #aside-menu-toggler,
#gkBg #mobile-menu-toggler {
margin-top: 0 !important;
}
teitbite wrote:Hi
Try with adding a higher priority selector:
- Code: Select all
#gkBg #gkMobileMenu {
margin: 0 0 0 20px !important;
}
#gkBg #aside-menu-toggler,
#gkBg #mobile-menu-toggler {
margin-top: 0 !important;
}