Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #808997

    Hello to all,

    How I can make smaller space between columns please?
    I faild managing it by myself :(

    I am using 1/4, 1/4, 1/4,and 1/4.Actually the space is 74 pixels, and I would like to have around 30px (it dosn’t needs to be exactly).
    the same I need for 3x 1/3.

    Thank you very much for correct css with “%”.

    Milan

    #809259

    Hey Milan,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #809903

    Hello Rikard,
    you can see it here: http://wptest.online/
    All what I need is smaller space between columns, something around 30-0% less space.
    Thanks,
    Milan

    #810097

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    div .av_one_fourth {
        margin-left: 2.5%;
        width: 23.12%;
    }

    Hope this helps.

    Best regards,
    Nikko

    #813414

    Hello,
    provided CSS work ONLY if I am not using paddings for columns.
    Do you have some CSS for .av_one_fourth when padding is used please?
    Milan

    #813419

    Hey there Milan! :)

    Code i was about to recommend is the same as Nikko’s. Maybe we are not clear on the changes. Can you please add 4 columns to the bottom of your testing page with padding so we can provide you an accurate code? :)

    Cheers!
    Yigit

    #813421

    Hello Yigit,
    I added padding to 4 columns.
    M.

    #813423

    + added login access to admin
    ————————————————
    Hello Yigit,
    I added padding to 4 columns.
    M.

    #813430

    Hi!

    Please add following code to Quick CSS as well

    #top .av-flex-placeholder {
        width: 2%;
    }

    Cheers!
    Yigit

    #813439

    What to say? I am happy AGAIN! I am telling to everybody Enfold and the support is the best.
    Thanks!!!

    #813446

    oh and last thing: I would like to have smalle space between content and slider – do you have some css or do I want too much? :)

    #813448

    Hi!

    You are welcome Milan, we are always happy to help :)

    No, not at all :)
    Have you tried using separator/whitespace element?

    Best regards,
    Yigit

    #813449

    oh sorry, I meant space between content and SIDEbar.

    #813454

    Hi!

    Please try adding following code to Quick CSS as well

    .inner_sidebar {
        margin-left: 30px;
    }

    If that does not work, we might need a screenshot :)

    Cheers!
    Yigit

    #813467

    It works, everything resoved. Thank you one more time :)
    have a nice day!
    Milan

    #813470

    Hey!

    You are welcome Milan :)

    Glad it worked! Let us know if you have any other questions and you too have a nice day!

    Regards,
    Yigit

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Space between columns’ is closed to new replies.