Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #700268

    Code for Mobile Menu smaller Height with logo smaller

    #700274

    Hey DerNeumi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .container.av-logo-container, .container.av-logo-container * {
        height: 50px!important;
        line-height: 50px!important;
    }}

    If that does not help, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)

    Best regards,
    Yigit

    #700822

    Das ist ok der code, funktioniert. ich habe einen Text zum Mobile Menu Icon hinzugefügt
    #advanced_menu_toggle:after {
    content: “Menü”;
    font-size: 14px !important;
    left: 3px;
    position: absolute;
    top: 20px;
    }

    möchte das der Text links neben dem Icon angezeigt wird und nicht darunter

    #700831

    Hi,

    Please change your code to following one

    #advanced_menu_toggle:after {
    content: "Menü";
    font-size: 14px !important;
    left: 3px;
    position: absolute;
    top: 0;
    left: -30px;
    }
    
    

    Best regards,
    Yigit

    #704926

    perfekt thanks. Logo onnly Mobile non Display ?

    #704928

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .responsive .logo { display: none !important; }}

    If that does not help, please elaborate on the changes you would like to make.

    Best regards,
    Yigit

    #705039

    Perfect !!! Thank you

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile Menu smaller Height with logo smaller’ is closed to new replies.