Hi!
I have ordered two elements side by side. In the desktop view it considerate good. The problem: From a certain viewpoint, both elements are no longer displayed side by side. Here is a screencast:
https://docs.google.com/file/d/0B9S4vpg0-rRrSU53SUJmRmh4OEk/edit?usp=drivesdk
How can the elements retain the position next to each other?
Thank you!
Hi awel!
I see the problem, thanks for the video explaination. Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
Rikard
Hi Rikard,
http://enfold.rightlight-studios.de/kamera-vermietung/ —> cklick on the item “BLACKMAGIC CINEMA CAMERA EF” (its the only item there is at the moment
kind regards axel
Hi!
That behaviour is intentional because there are not enough space to accommodate two columns on smaller screens. Add this to the Quick CSS field to change it:
@media only screen and (max-width: 767px) {
.responsive .portfolio-preview-image, .responsive .portfolio-preview-content {
display: block;
width: 49%;
float: left;
}}
Regards,
Ismael