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!
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
Awesome – that did it. Thanks Yigit!