Hi,
I followed this thread trying to re-create 6 columns but it is not working on my site.
What am i doing wrong?
Hey navindesigns,
Can you post the thread you followed? also can you give us temporary admin access? so we can try to check the backend. Just post the login details in Private Content.
Best regards,
Nikko
sorry here is the thread link – https://kriesi.at/support/topic/design-elements-16/
also, login below
thanks so much
Hi,
I have created a test page (link in private content), duplicated from the homepage and these are the steps I did:
Let us know if you need further assistance :)
Best regards,
Nikko
Hi,
No worries, please try adding this css code in Quick CSS:
@media only screen and (max-width:767px) {
#six-columns div .av_one_fifth {
width: 48% !important;
margin-left: 4%;
}
#six-columns .entry-content-wrapper > .av_one_fifth:nth-child(2n+1) {
clear: both;
}
}
This should make it 2 columns on mobile devices and would look better, let us know if it helps :)
Best regards,
Nikko