Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #280642

    Hello. i have a 714×147 logo. i need to adapt it for mobile device.
    where i need to change?

    (i prefer the menu button on mobiles, will go under the logo if it’s possibile.)

    thank you

    #280663

    Hi PonzioPilato!

    Can you post the link to your website so we can inspect elements and provide you more accurate custom CSS code?

    Best regards,
    Yigit

    #280704
    This reply has been marked as private.
    #280716

    Hi!

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

    @media only screen and (max-width: 767px) { 
    .responsive #header_main .container {
    height: 140px!important;
    }
    #advanced_menu_toggle, #advanced_menu_hide {
    top: 80%; }
    .responsive .logo a, .responsive .logo img, .responsive .logo {
    height: auto !important;
    max-height: 100px !important;
    }}

    Best regards,
    Yigit

    #280729

    it works great! thank you very much!

    #280731

    Hey!

    You are welcome, glad we could help! :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu' on the logo. for mobile devices.’ is closed to new replies.