search does not work on full width pages?

March 2014 WordPress Theme
GK User
Fri Feb 06, 2015 11:52 am
Hi there, I have the search in the standard area on the News2 theme and it works fine on any page that has a right side bar like so: http://www.jamjosandbox.com/magazine/category/politics/ or the homepage: http://www.jamjosandbox.com/magazine/ however the moment you choose a full width page like this one http://www.jamjosandbox.com/magazine/test/ the search as you can see fails to work now. I will have a few full width pages and would like the search to work on those pages also. Is there any fix for this? Thanks
User avatar
Expert Boarder

GK User
Fri Feb 06, 2015 2:28 pm
Hi,

Try to add the following code into css/override.css file:
Code: Select all
.page-template-template-fullwidth #gk-search {
      width: 18%!important;
   }
User avatar
Moderator

GK User
Fri Feb 06, 2015 3:14 pm
That works on the full width page but not on full width category layouts like so http://www.jamjosandbox.com/magazine/ca ... lifestyle/ but I think il survive without that I just wanted to let you know for future updates. Thanks for the css fix here.
User avatar
Expert Boarder


cron