Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #223524

    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

    #223574

    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

    #223580

    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

    #224065

    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

    #227316

    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

    #227695

    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

    #227852

    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.

    #228009

    Hi!

    Please add this on Quick CSS to retain the 0 padding on desktop view:

    @media only screen and (min-width: 481px) {
    .fixed_header #main {
    padding-top: 0;
    }
    }

    For further customization, please visit Werkpress.

    Cheers!
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘top menu transparent and fixed over main content’ is closed to new replies.