Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #271072

    Hey guys,

    how can I make the caps between the lines und columns at my advanced layout buider smaller?
    There is too much unused space between them.

    thx.
    regards
    Martin

    #271162

    Hi ConflateGermany!

    I am not sure if i understood you clearly. Can you post the link to your website and point out the section? A screenshot also would help.

    Best regards,
    Yigit

    #271199

    yes, i have the same issue, when i apply ‘column layout’ for better content separation, the spacing/gap between the columns side by side are too large, how to make it closer between those columns?

    g

    #271264

    The space between the textbocks and the slider is too big. i want them smaller.

    http://s16.wdb.info/

    #271267

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    body .column-top-margin {
    margin-top: 15px;
    }

    top margin is 50px by default

    Cheers!
    Yigit

    #271291

    Okay now the is space between the slider and the textblocks smaller. First off all thats good :) But the space between the textblocks still the same.

    #271393

    Got it! Thanks for your support Yigit!

    The solution is:

    `body .column-top-margin {
    margin-top: 40px;
    }

    div .av_one_third {
    margin-left: 3.5%;
    width: 31%;
    }

    #271399

    Hi!

    You are welcome, glad we could help! Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Line and column cap adjustment at advanced layout builder’ is closed to new replies.