Hi!
Unfortunately, I couldn’t find the problem in the Forums.
How do I make this resposive? See picture 
As you can see the columns go on top of each other.
Please help!
Thanks in advance.
mmatos
Hey mmatos,
Add this to quick css:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
.post-entry-206 .av_one_third{
width:100%!important;
}}
Best regards,
Jordan Shannon
Hi,
Add this as well:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
.post-entry-206 .av_one_third.avia-builder-el-15{
margin-left:0px!important;
}
.post-entry-206 .av_one_third.avia-builder-el-21{
margin-left:0px!important;
}
}
Best regards,
Jordan Shannon
