Hello there,
I am working on a new website for a client. On the HOME page I made a GRID ROW 1/5, in the second, third and fourth I have a full column placed with text and a background collor. Below that I have placed a picture. On Computer and mobile phone it looks good, but on a tablet in portrait view the columns are shown next to eachother and look very long and the text of the first column falls of the background color. Also the background collor doesnot line up wit the pictures below them. Do you have a code so the columns also stack on a tablet in portrait view.
Hope you can help out!
Oghi
Hey Oghi!
Kindly add this code to Quick CSS located in Enfold > General Styling:
@media only screen and (min-width:768px) and (max-width:980px) {
.home #av-layout-grid-1 .flex_cell.av_one_fifth {
width: 100%;
max-width: 400px;
display: block;
margin: 0 auto 20px;
}
}
Hope this helps.
Best regards,
Nikko
Hey Nikko,
It works just perfect! Thanks a lot!
Best regards,
Oghi
Hi Oghi!
Glad we could help :)
Cheers!
Nikko