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

    Hello,

    I’ve read many other posts about column width, but when I try to accomplish it, it looks terrible on responsive layouts. Is there a better method to increase the width of the last 1/5 column in my site so on all pages that last, far right column can extend out to where you see the light blue line in the imgur link? I believe I’m being limited by the encapsulating div, but want to be sure I can’t somehow do this?

    Thanks!

    #680807

    Hey lzevon,

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (min-width: 767px) {
    #main .container {
        padding: 0;
    }}
    div .av_one_fifth {
        width: 16.7%;
    }

    Best regards,
    Yigit

    #680811

    Awesome – that did it. Thanks Yigit!

    #680814

    Hey!

    You are welcome! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘increase last column width site-wide’ is closed to new replies.