Hi
I have a kind of blackout…
How can i decrease the 3 columns on the homepage ( beneath the banner ) at http://www.dapoostkapelle.nl?
Which marges and paddings do i have to use?
Tnx in advance
Greetz
Karin leloux
Hey lelouxwebdesign,
Thank you for the inquiry.
Try to add this css code to reduce the width of the color section container.
.home #av_section_2 .container {
max-width: 1000px;
}
You may need to replace the selector #av_section_2 with a custom css class or element ID.
— https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
Ismael
Tnx Isamel but now the text is not at the good place under the 3 columns..
I mean the text in the textblock….
Greetz
Karin
Hi,
If you want the section below to be the same width, then please try this CSS instead:
.home #av_section_2 .container, .home #av_section_3 .container {
max-width: 1000px;
}
Best regards,
Rikard
Tnx Rikard!
