Width of the menue with headerlayout "Creative Always Open"

edited February 2019 in Theme support
Hi fourm,

i'd like to change the width of the menue "column" in the header-layout "Creative Always Open".

https://baysafe-schwarz.de/

How can i do that?

Thanks for your help in advance

Kind Regards,

Frank

Comments

  • Hi,
    Unfortunately, BeTheme does not have such a functionality.
    It's possible only with Custom CSS.

    If you don't know how to do it, please tell me - I'll make the CSS for you.
    Thanks
  • Hi,

    as i'm a designer (not a programmer), unfortunately i have no clue, how to do.

    I'd be really thankfull for help.

    Kind regards

    Frank
  • Hi,
    Paste this code into the Theme Options > Custom CSS & JS > CSS
    @media(min-width:1300px){

    .header-open #Header_creative{
    width:25% !important;
    }

    #Wrapper{
    margin-left:15% !important;
    }

    }

    This code will change it, but the problem appears on the bigger resolutions (21:9) because it will not be centered.

    Only way to fix it is removing this code.
    Thanks
Sign In or Register to comment.