Hi I would like to have the top menu (in all media types and sizes) to be transparent and always fixed over main content (not above).
Could you please provide the CSS for this so the full screen slider is completely full screen and menu overlays it.
Thanks in advance
Steven
Hi Steven!
Which type of header are you using? You can post the link to your website or check it in Enfold theme options > Header tab
Cheers!
Yigit
Hi Yigit, thanks for getting back. You can view my development here:
http://christianmacleod.com/dev/
and login:
http://christianmacleod.com/dev/wp-admin/
user: steven
pass: bleep123
I was able to change the desktop size but it created a visible footer the same height as the menu. I wondered if there was a better, simpler way to work across all devices.
Thanks in advance
Steven
Hi!
Please review your website now. You can find custom CSS code i added in Quick CSS section in Enfold theme options under Styling tab
Regards,
Yigit
Hi Yigit, thanks for the code, there is still a couple of issues:
1. The logo is no longer visible on mobile
2. The code I added for desktop is wrong as it has also brought the footer up into the view.
Regards,
Steven
Hey!
Please remove following code from Quick CSS
.fixed_header #main {
padding-top: 0;
}
and add following code to Quick CSS
@media only screen and (max-width: 480px) {
.logo, .logo a, .logo img { max-width: 300px!important; }}
Best regards,
Yigit
Thanks, Yigit – that’s added the logo into mobile.
However if I remove “.fixed_header #main {padding-top: 0;}” the menu is no longer transparent on desktop sizes.
The intention is to always have a fixed header (does not resize to the small logo version) transparent over a full height website.