-
AuthorPosts
-
September 22, 2017 at 7:38 am #855202
Hello,
How do I separate search bar , ‘Burger’ Icon and ‘Cart’ Icon? ↓
https://gyazo.com/fd26822eb79ac315c1c0a2218c758ba1
Regards,
cybercatsSeptember 22, 2017 at 11:54 am #855336Hey 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,
VictoriaSeptember 22, 2017 at 1:38 pm #855369Hi, 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,
cybercatsSeptember 22, 2017 at 5:50 pm #855469Hi cybercats,
This is the code to hide the search
@media only screen and (max-width: 479px) { #header_search { display:none !important; } }
Best regards,
VictoriaSeptember 23, 2017 at 5:50 am #855695Hi Victoria,
Thanks to you, it’s working.
Is it possible to back the demo layout ?
https://gyazo.com/e213a5a0203f73ea09c46b2b8a3cbda9Regards,
cybercatsSeptember 23, 2017 at 7:07 pm #855864Hi 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,
VictoriaSeptember 24, 2017 at 4:35 am #855942Hi Victoria,
I’ve downloaded last version of enfold theme and replaced header.php,
but where can I download header.php of child theme ?Regards,
cybercatsSeptember 24, 2017 at 4:52 pm #856085Hi 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,
VictoriaSeptember 25, 2017 at 3:15 am #856285Hi Victoria,
Here is temporary admin login info.
(by the way,”Small Menu” is custom-made for mobile.)
Regards,
cybercatsSeptember 26, 2017 at 5:37 am #856773Hi,
Thank you for the info.
We enabled the Main Menu > “Append search icon to main menu” option.
Best regards,
IsmaelSeptember 26, 2017 at 6:43 am #856797Hi Ismael,
It was a great help!
Thank you.Regards,
cybercatsSeptember 27, 2017 at 4:37 am #857245 -
AuthorPosts
- The topic ‘Mobile menu’ is closed to new replies.