Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #855202

    Hello,

    How do I separate search bar , ‘Burger’ Icon and ‘Cart’ Icon? ↓

    https://gyazo.com/fd26822eb79ac315c1c0a2218c758ba1

    Regards,
    cybercats

    #855336

    Hey cybercats,

    There is no room for all those elements on mobile, I suggest you move the search form above the logo and the menu on mobile, or remove it and we’ll try to add Enfold search icon close to the burger.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
      .responsive #top #wrap_all .container {
        width: 95%;
        max-width: 95%;
      }
      .responsive #top .logo {
        margin-left: 0px !important;
      }
      #menu-item-shop .cart_dropdown_link {
        padding: 0 10px;
        float: right;
      }
      .responsive #top #menu-item-shop.cart_dropdown {
        margin-left: 0;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #855369

    Hi, Victoria
    Thank you for your prompt reply.

    the code in
    Enfold > General Styling > Quick Css→did not work
    themes/enfold/css/custom.css →did not work

    #menu-item-search {
    display: none;
    }

    Actually I’ve already put the above code in Quick Css,
    but it still shows up on mobile…..

    Your help will be much appreciated
    Regards,
    cybercats

    #855469

    Hi cybercats,

    This is the code to hide the search

    
    @media only screen and (max-width: 479px) {
      #header_search {
        display:none !important;
      }
    }
    

    Best regards,
    Victoria

    #855695

    Hi Victoria,

    Thanks to you, it’s working.

    Is it possible to back the demo layout ?
    https://gyazo.com/e213a5a0203f73ea09c46b2b8a3cbda9

    Regards,
    cybercats

    #855864

    Hi cybercats,

    Just now I notice, that you have old html in the header. You probably have an old version of the header.php in a child theme. You need to put a fresh copy there and put you changes there as well.

    Best regards,
    Victoria

    #855942

    Hi Victoria,

    I’ve downloaded last version of enfold theme and replaced header.php,
    but where can I download header.php of child theme ?

    Regards,
    cybercats

    #856085

    Hi cybercats,

    If there are no changes to be made in the child theme, there is no need to have a header.php in your child theme. Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #856285

    Hi Victoria,

    Here is temporary admin login info.

    (by the way,”Small Menu” is custom-made for mobile.)

    Regards,
    cybercats

    #856773

    Hi,

    Thank you for the info.

    We enabled the Main Menu > “Append search icon to main menu” option.

    Best regards,
    Ismael

    #856797

    Hi Ismael,

    It was a great help!
    Thank you.

    Regards,
    cybercats

    #857245

    Hi,

    No problem. Let us know if you need anything else.

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Mobile menu’ is closed to new replies.