Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #728888

    I have a website: http://dg.wbit.co.il
    in mobile phone the logo are hover on the menu. how can i fix it – example to remove the logo to the left only on mobile phone or center the logo.

    thanks

    #728921

    Hey wbitsolutions,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #top .logo {
        width: 100%;
      }
    
      .responsive .logo a img {
        margin: 0 auto;
        padding: 10px;
      }
    }
    

    Let us know if this helps :)

    Best regards,
    Nikko

    #728935

    Hello
    I tried to add this code but it bot working the logo is still on the menu and the menu

    #729021

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) { 
    .responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle {
        left: 0;
    }}
    

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.