Hi!
I wonder if there are any options to have 4 images in a row with somt text below each image, but I want the images to centered on the page and very near each other with very little or no margin.
My page is wide with 1310 px. If I use four 1/4 layout containers, I get to much space between them. The images are 200 px wide.
Any ideas how this could be done?
Hey Effektid!
Could you please link to the site or page in question so that we can take a closer look?
Cheers!
Rikard
Hi!
“Webbplats under utveckling!” :) Can you please post login credentials here?
Best regards,
Yigit
Hi!
Try and paste the following code to Quick CSS:
.post-entry-600 .avia-image-container.avia-align-center .avia-image-container-inner {
width: 100% !important;
}
.post-entry-600 .avia-image-container-inner, .avia_image, .av-image-caption-overlay {
min-width: 98% !important;
}
This should only affect the 4 images under the slider on the front page. Increase or decrease 98% for less or more space between the images.
Best regards,
Rikard
Thanks, but it looks the same after I pasted the code.
Hi!
try to use this code:
div .av_one_fourth {
margin-left: 1% !important;
}
Best regards,
Andy