Hi there,
i want to make a different orientation on the smartphone. In my example the picture is “float: right;” on everything. But i want to “float: left;” it on smartphones. How is that possible?
I found this in the forum, but don“t know how to embed it:
@media (min-width: 300px) and (max-width: 512px) { float: left; }
regards,
Christian