How to use
-
I need to use CSS queries to target mobile devices or just right the CSS?
My problem is that I have site where I have two parts, the left part is for shortcuts and links and contact form and the right part is for the main content, the problem is that the left part appear first and on top the right part when I using mobile devices and I want to show the right part first and on top the left side.
I using this CSS, as it appear on the source:.row-fluid .span8{float:left !important;} .row-fluid .span4{float:right !important;}but it is not working, I checked with border and it target the right place.
Can I use your plugin do to such a thing?
The topic ‘How to use’ is closed to new replies.