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

    I have a question.
    I add 5 1/5 columns. I want to show the 5 columns one by one with about 10px space between them. But I can not adjust them. I can only choose no space or space(this space is too big).
    So could you please help me to solve the problem.

    #824976

    Hey CearbhallG,

    Please try this in Quick CSS:

    div .av_one_fifth:not(first) {margin-left:1%;}

    The default value is 6%, so you can try any integer from 1 to 5. :)

    I hope that helps!

    Best regards,
    Sarah

    #825015

    I try to add this into the General Styling-Quick CSS. Just like the picture.

    But I do not find the different

    • This reply was modified 7 years, 4 months ago by CearbhallG.
    #825042

    Hi,

    Sorry, I can’t seem to see the picture.

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help accurately :)

    Best regards,
    Sarah

    #825050


    This is the picture, Please check it.

    My website is http://www.cmeclock.com

    Add this code will change all the space between columns?

    • This reply was modified 7 years, 4 months ago by CearbhallG.
    #828486

    Hi,
    Try this code in the General Styling > Quick CSS field:

    
    #top .av-flex-placeholder {
        width: 1%!important; 
    }

    Best regards,
    Mike

    #828841

    It works. Thanks

    This will change every space between the columns? could we change the space between each?

    #828854

    Hi,
    It matches the space for all of them.

    Best regards,
    Mike

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