Hi,
I’ve created a color section with 2 rows of images: http://scotwebtesting.co.uk/
I’d like to have the 2 rows of images fill out mor eof the section and have a smaller space between each image.
I’ve created a id : service-tiles-section
Hi robertscott!
Please refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/
Best regards,
Yigit
Hi Yigit,
I’ve tried that but imaage are still not showing full size. Ideally like them to fill the color section with a 10 px space all round.
See: http://scotwebtesting.co.uk/
thanks
Hi,
I cannot find a color section with “service-tiles-section” ID on your page. Can you please point out the section you would like to edit and please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Best regards,
Yigit
Hi Yigit,
Please check now. It was named portfolio like you suggested but its now changed to service-tiles-section
The images in the section are not showing full size. Ideally I’d like them fit the full section with a 10px space all round.
Hi,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#service-tiles-section .container {
max-width: 100%!important;
padding: 10px;
}
#service-tiles-section .content {
padding: 0;
}
#service-tiles-section .av_one_third.column-top-margin {
margin-top: 10px;
}
#service-tiles-section .av_one_third.first {
margin-left: 0;
}
#service-tiles-section .av_one_third {
margin-left: 1%;
width: 32.6%;
}
If that does not help, please create temporary admin logins and post them here privately.
Best regards,
Yigit
Yigit that worked perfect. Thanks very much.