Shape 5

Joomla Free Templates => Design Control - Free => : ywitteveen April 19, 2014, 01:49:05 AM



: How to make search position responsive
: ywitteveen April 19, 2014, 01:49:05 AM
Hi,

Is it possible to make the search position responsive?
I wan't to put a slideshow in that position, but it isn't responsive in there.
Does anyone know if this is possible?

Thanks in advance!


: Re: How to make search position responsive
: mikek April 19, 2014, 07:05:36 AM
Hello,

The position is responsive by default, there are no size restrictions on it. That doesn't mean that a module that you publish there will be responsive though, the module itself needs to supply it's own responsive css; a template wouldn't control that.


: Re: How to make search position responsive
: ywitteveen April 22, 2014, 04:35:54 AM
Mike,

Thanks for your reply!

The module i'm using is: simple responsive slideshow, and it is responsive in other position's.
What am I doing wrong? My site's url is: www.groatekerk.nl


: Re: How to make search position responsive
: mikek April 22, 2014, 08:23:08 AM
Hello,

Because the module isn't providing any width calls for itself. You can try something like the css below but that area was never intended for something like this and will probably require more custom programming; we don't provide those kinds of services.

#s5_loginreg, #s5_search_wrap, #s5_search_login_wrap {
width:75%;
}