Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1491192

    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

    #1491214

    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

    #1491239

    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

    #1491247

    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

    #1491248

    Tnx Rikard!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.