Responsive Design Resize Issue

General ShopSite user discussion

Responsive Design Resize Issue

Postby Jack Swartz » Wed May 25, 2016 5:30 pm

I am currently using the Habits theme. I have a responsive design issue. When the screen resolution gets smaller (from desktop to pad to phone) my products get chopped off. I have enclosed the following link so that you can see what I am trying to describe.
http://www.bodydynamics.com/responsive.design.resize.issue.html

When I change themes (from Habits to Fearless) the resizing issue disappears. The product is resized correctly. I am guessing there might be a bug in the css (bootstrap.min.css) or is there a setting that I can change.

Thank you in advance for your help.

Jack
Jack Swartz
 
Posts: 16
Joined: Sun May 08, 2011 12:35 pm

Re: Responsive Design Resize Issue

Postby ShopSite Lauren » Fri May 27, 2016 11:39 am

Jack, thanks for showing this issue. This can be fixed with a little CSS, and we will add it into future releases of ShopSite. To fix it in your store, add the following CSS anywhere in your store where it will appear on your page (such as the header or footer field).

Code: Select all
<style type="text/css">
.prodgraphic img {max-height: 100%;}
</style>
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.
ShopSite Lauren
 
Posts: 887
Joined: Fri Aug 11, 2006 1:35 pm
Location: Orem, UT

Re: Responsive Design Resize Issue

Postby Jack Swartz » Fri May 27, 2016 3:50 pm

Thank you Lauren! That did the trick.

Jack
Jack Swartz
 
Posts: 16
Joined: Sun May 08, 2011 12:35 pm

Re: Responsive Design Resize Issue

Postby Jack Swartz » Thu Jun 02, 2016 6:11 am

Hi Lauren,

I spoke to soon. The fix that you gave me works on every browser except Firefox. In firefox the images of the products do not show up.

https://www.bodydynamics.com/store/maxzorbproductspage.html

Please advise on how to fix.

Thanks,

Jack
Jack Swartz
 
Posts: 16
Joined: Sun May 08, 2011 12:35 pm

Re: Responsive Design Resize Issue

Postby ShopSite Lauren » Thu Jun 02, 2016 9:12 am

Jack,

Try the following:

<style type="text/css">
.prodgraphic span {display: block !important;}
.prodgraphic img {max-height: 100%;}
</style>
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.
ShopSite Lauren
 
Posts: 887
Joined: Fri Aug 11, 2006 1:35 pm
Location: Orem, UT

Re: Responsive Design Resize Issue

Postby Jack Swartz » Thu Jun 02, 2016 10:33 am

Thanks Lauren,

All browsers work now.

Jack
Jack Swartz
 
Posts: 16
Joined: Sun May 08, 2011 12:35 pm


Return to User Forum

Who is online

Users browsing this forum: Bing [Bot] and 35 guests

cron