Hi guys,
I’m trying to get my images to appear larger in the colour section at http://scotwebtesting.co.uk/
You can see the images for “experienced drivers” are appearing small even though ive selected full size when adding them.
Can you help?
Thanks
Hey!
I’m not seeing the color section you are referring to, can you post a screenshot pointing the part of the page with the issue?
Cheers!
Josue
Hi Josue,
I have changed the images. You can see the colour section that has 6 images (2 rows of three).
These look to small, they dont seem to fill the full width. What’s going on here and what is the best image dimensions for filling the coloured area with 3 images?
Thanks
Hey!
Set a custom ID to that section (about-us) and add this to Quick CSS:
#about-us .container {
max-width: 100%;
}
Regards,
Josue
Perfect that worked well. I set 90% which was ideal
You are welcome, glad to help :)
Regards,
Josue