What are the image dimensions for the propulsion theme? I did an performance test on my website and it gets an "F" because i "scaled" my images down. Any advice on how to make this better?
Thanks
Image dimensions for Propulsion
11 posts from 4 voices-
Posted 7 months ago #
-
Hi Ajb,
I believe the widest images used are 930px wide. If you keep the height to a minimum of 340px it should give you good performance without any un-needed overage.
Regards,
Devin
Posted 7 months ago # -
Thank you, and is there anyway that i can remove the "related products" at the bottom of my product pages?
Thanks againPosted 7 months ago # -
Hi Ajb,
Try to add this code in your Quick CSS or custom.css:
.related.products { display: none; }or
.related.products { display: none !important; }Hope this helps. :)
Cheers,
IsmaelPosted 7 months ago # -
Thanks Ismael, It worked! The images are gone; however, the "Related Products" horizontal flag is still there. Any quick css to get rid of that?
Posted 7 months ago # -
Hey!
Add following code to css/custom.css:
.related.products .hr{ display: none; }Best regards,
PeterPosted 7 months ago # -
Hey Dude,
That did not work..
Posted 7 months ago # -
Hi Ajb,
Can you post a link to your site? so we can check it further.
Regards,
IsmaelPosted 7 months ago # -
http://www.createmeatshirt.com/product/go-long-womens
At the bottom, you can see the thumbnail images are gone, but the "RELATED PRODUCTS" flag is still there
Thanks
Posted 7 months ago # -
Hi,
Try this on your custom.css
.product_column_4 .hr.hr_flag { display: none; }Regards,
IsmaelPosted 7 months ago # -
Thank you!
Posted 7 months ago #
Topic Closed
This topic has been closed to new replies.














