Hello and many compliments for yr. work.
I would like to move the search form below the topmenu and align it with the logo (see the pic in attachment).
You can see the site at http://www.center-net.it/geoco/
Thx in advance.
#gkSearch { float:right;}
#gkSearch #mod-search-searchword, #mod-search-searchword {
background-image: url("../images/style1/search_bg.png");
}
#gkSearch #mod-search-searchword, #mod-search-searchword {
-moz-box-sizing: border-box;
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("../images/style1/search_bg.png");
background-origin: padding-box;
background-position: right center !important;
background-repeat: no-repeat !important;
background-size: auto auto;
width: 350px;
}
input#mod-search-searchword {margin-top:10px;}
Pawel F wrote:Upss, I forgot about small top margin, try this:
- Code: Select all
input#mod-search-searchword {margin-top:10px;}