How do I add a search box in the header??

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Tue Mar 03, 2015 2:57 am
How do I add a search box in the header area of the simplicity theme? I want it kind of transparent so as not to over power the background and at the same time I would like it next to the menu on every other page of the website. thanks
User avatar
Gold Boarder

GK User
Tue Mar 03, 2015 3:13 am
oh, I forgot. how do i make it responsive so that it moves when I resize the window?? thanks.
User avatar
Gold Boarder

GK User
Tue Mar 03, 2015 8:25 am
If you don't want to do this manually, try to use i.e. this plugin:
https://wordpress.org/plugins/search-bo ... tion-menu/
User avatar
Moderator

GK User
Tue Mar 03, 2015 1:00 pm
thanks. i was playing around with the search widget provided on your theme. i think i can make it work.

what code should i add to make it responsive. so far I have:

.box #searchform .field {
width: 200px;
position: relative;
top: -80px;
height: 30px;
right: -465px;
}
User avatar
Gold Boarder

GK User
Tue Mar 03, 2015 11:08 pm
You can change the width value depends on the screen width (using media queries):
https://www.gavick.com/blog/responsive- ... edia-query
User avatar
Moderator


cron