Tagged: mobile, responsive, responsiveness
Hi,
we followed your advice to achieve a 2-column layout for category / archive by editing archive.php ( ‘columns’ => 2, ).
But now the posts do not stack on smaller devices.
Example:
http://dpg.4lke.de/tipps-und-infos/strategien-und-prozesse/
Screencast:
https://drive.google.com/open?id=0BzF3a9LXV99JOE1ickpSZTFVaEU
Please let us know how we can solve it.
Thanx in advance
Martin
Hey digitalprint2222,
Thank you for using Enfold.
Please add this css code in the Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .slide-entry {
width: 100%;
margin-left: 0;
}
}
Remove the css media query above if there is an existing declaration in your css modifications.
Best regards,
Ismael