Page 1 of 1

Featured Products module is really skinny.

Posted: Tue Jan 27, 2015 3:25 am
by stclare
Does anyone know why the featured product module is displaying really skinny on my website? http://www.stclareaudio.com
Its displaying at 42px wide, I have the module images set at 200px wide.

Re: Featured Products module is really skinny.

Posted: Tue Jan 27, 2015 4:08 am
by stclare
Never mind, I figured it out.
In the bootstrap.min.css file, the .col-lg-3 class was set at 25% width. I changed it to 100%.

Re: Featured Products module is really skinny.

Posted: Tue Jan 27, 2015 4:42 am
by tjsystems
stclare wrote:In the bootstrap.min.css file, the .col-lg-3 class was set at 25% width. I changed it to 100%.
Change this in your theme stylesheet.css, not in the bootstrap.min.css (keep your bootstrap files original so you can update any time.)

Re: Featured Products module is really skinny.

Posted: Tue Jan 27, 2015 4:48 am
by stclare
Thanks!

I have a custom-stylesheet.css file where I keep all my bootstrap theme changes.