-
AuthorPosts
-
March 22, 2017 at 11:15 am #764707
Hi,
i tried to put a search field for mobile like here:
https://kriesi.at/support/topic/mobile-search-bar/
But it doesn’t look so nice.
http://test.s-design.tirol/search_desktop.png
http://test.s-design.tirol/search_mobile.png1. I dont want it on desktop version – just for mobiles
2. it would be nice if i could center the search fieldThank you for helping!
March 23, 2017 at 6:42 am #765173Hey Luisgasser,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardMarch 23, 2017 at 9:31 am #765269March 24, 2017 at 1:05 pm #766114hi,
how can i disable the search field an desktops, so it should only shown on mobiles
March 24, 2017 at 3:46 pm #766248Hi Luisgasser,
You can add this to your Enfold > General Styling > Quick Css
@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ #searchform { display:none; } }Let us know if this was helpful.
Best regards,
VictoriaMarch 25, 2017 at 12:03 pm #766575thank you for response – but it doesn’t work.
May you could take a look agai
March 26, 2017 at 9:04 pm #767054Hi,
When I put the code I gave you to themes/enfold/css/custom.css the search disappears, so you can try to put this code to that file
Let us know if this was helpful.
Best regards,
VictoriaMarch 27, 2017 at 9:45 am #767276great, it works directly in custom.css
before i tried to put it in custom css in my backend.
Thank you!
March 27, 2017 at 3:30 pm #767495Hi Luisgasser,
Glad we could help :)
Best regards,
VictoriaMarch 28, 2017 at 10:46 am #768026Hi Victoria,
another problem i’ve found. For my desktop version i’m using the search icon (lens) in the main menue.
There is a conflict with the enfold lens in the menu. After using the custom css to hide the search form on desk version i can’t us the lens search.
May you can take a look again:
March 28, 2017 at 5:17 pm #768312Hi Luisgasser,
Give your new search form a different id, if you can. Or the Enfold one.
If you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 8 years, 7 months ago by
Victoria.
-
This reply was modified 8 years, 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
