This topic has 8 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp
Hello,
I can’t seem to work out why the content on my home page seems to sit centred on the page with a boarder down the sides of the page. Where as the content on my blog and shop page stretches the width of the browser and so to does the image on the header of the blog, I would like to make the content on my home page as wide as the .
Plus is there a way to extend the spacing in between the links in the main nav menu?
Thanks,
Hello,
Try to use this code in 8Theme Options > Styling > Custom CSS > Custom CSS for desktop:
.container {
width: 1250px;
}
Best regards,
Jack Richardson.
Thanks that great!! Is there a way that i’m able to get the large thumb nail layout on the shop page on the home page ?
Thanks,
Nathan
Hello,
Do you want to increase product images sizes only on home page or on Shop page too?
Regards,
Eva Kemp.
I would like to increase the product images on the home page to the same size as the current product images on the shop page if possible ?
Thanks,
Nathan
Hello,
Do you mean you want images to have the same sizes as on single product pages?
Please show a link of your Shop page.
Regards,
Eva Kemp.
Hi Eva,
Sorry, What i’m trying to achieve is I would like the same size large product thumbs on my shop page http://www.custhom.co.uk/shop/shop/ to be the same as the product thumbs halfway down my home page http://www.custhom.co.uk/shop/
Thanks,
Nathan
Hello,
Please try to use this code in Global Custom CSS:
.product .product-image-wrapper img {
width: 100%;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up