Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #785766

    Hello,

    I would like to change the width between all the columns on all my pages.
    The width is way too big. How can I edit this for the whole website?

    In this picture you see what I mean:
    http://imageshack.com/a/img922/3466/uFiEmJ.png

    #785809

    Hey ivoschipper,

    Please try this, if you want to change it yourself, remember that if you bring the smaller up you will need to lower the bigger number . Right now you were at 6% I believe and 15.2.

    div .av_one_fifth {
    margin-left: 6%;
    width: 15.2%;
    }

    Please add that to Quick CSS, and keep in mind this is for the screenshot you provided. Each page may have a different column configuration that will require you to adjust the code.

    Best regards,
    Jordan Shannon

    #785855

    Unfortunately it does not really edit the space in between… Only when I put the margin-left at 0% and the others at amounts like 35%… But then other parts are getting way smaller…

    Is there no other way?

    Never mind, it was because I used fixed height. Works, thanks!

    • This reply was modified 7 years, 6 months ago by ivoschipper.
    #785963

    Hi,

    Great I am glad this was able to be taken care of. If you need additional help, please contact us here the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change width between content columns’ is closed to new replies.