"Search" in search widget not displaying.

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Wed Aug 21, 2013 2:11 pm
Hi, the "search" component of the the search widget is not displaying. Right now I have 2 components in the search widget: "newsletter signup" and "search". The "newsletter signup" is positioned to the right and down a bit in the home slider image, see here: http://integralmedicine.ca/ but "the search" component doesn't show at all. Also, is it possible to position just the "search" component in the top centre and leave the "newsletter signup" component as is??

storebox_grab7.gif
User avatar
Gold Boarder

GK User
Wed Aug 21, 2013 2:30 pm
Check Widget rules in the search widget.
I think that it's possible to position just the "search" component in the top centre and leave the "newsletter signup" component as is, but first I need to see search widget on your site :)
User avatar
Moderator

GK User
Wed Aug 21, 2013 2:36 pm
it's there now. check it: http://integralmedicine.ca/

just need to move it to top centre
User avatar
Gold Boarder

GK User
Wed Aug 21, 2013 2:43 pm
Change ALL your rules from override.css file to:
Code: Select all
#btn-cart {top: 20px!important;}

#easysignup-widget-2 {
    position: absolute;
    right: 30px;
    top: 134px;
}
 
#search-2 {
    position: absolute;
    top: 40px;
    left: 420px;
}

a.gk-image {
    color: #ff7e57;
}
User avatar
Moderator

GK User
Wed Aug 21, 2013 3:00 pm
thanks
User avatar
Gold Boarder

GK User
Wed Aug 21, 2013 3:02 pm
worked. perfect. your the best!!
User avatar
Gold Boarder


cron