Viewing 5 reply threads
You must be logged in to reply to this topic.
I disabled the search button (included in the theme) and added a search-widget in the top navigation area.
How can I add this search to the mobile website without enabling the search button that belongs to your theme?
Thanks!
Hello,
Add this code into your custom css box:
@media (max-width: 767px){
.top_nav { display: block;}
.row-fluid .span6 {
width: 50% !important;
height: 36px !important;
}
.top_wrapper { padding-top: 40px !important;}
}
Result: screenshot.
Best regards!
Thanks, I add the code but my screen does unfortunately not look like your screenshot. No top wrapper appears on mobile (iphone 6).
Hello,
I don’t see the code i suggested, in your custom css box. I added it, made a few changes and now it shows. Please check your site.
Best regards!
Thanks! I add custom css in the child theme but that info is not necessary to you anymore as you already helped me :-) . Great!
Hello,
Glad to hear that. Thank you for letting us know.
Best regards!
You must be logged in to reply to this topic.