Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #264733

    Hello,

    i have one more quesition, how can i change space betweem columns and borders, look at picture
    space 2

    Tnx a lot,

    M

    #264734
    This reply has been marked as private.
    #264737

    Hi!

    Please add following code to Quick CSS

    .page-id-21 #av_section_1 .container {
    width: 100%;
    margin: 0;
    }
    .page-id-21 #av_section_1 .av_one_half {
    margin: 0;
    width: 50%;
    }

    Best regards,
    Yigit

    #264742

    This works, but my english is not best at all:-(

    I like to be able controll this space make it smaller, or bigger.

    For example left and right i like to be 10px and middle to be 20px

    is this possible?

    Tnx a lot for your time!

    #264746

    Hey!

    Can you post a screenshot and show the changes you would like to make? :)

    Regards,
    Yigit

    #264754

    Look at screen shoot above, i just like to make this space smaller!

    #265588

    Hey!

    Please add following code to Quick CSS instead and adjust the values as needed

    .page-id-21 #av_section_1 .container {
    width: 95%;
    margin: 0 20px;
    }

    Regards,
    Yigit

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