This content has been marked as final.
Show 2 replies
-
1. Re: Responsive Design - Switch between right/left position
SEIF BH Jul 23, 2013 12:39 PM (in response to Departure)work with pourcentage ,
-
2. Re: Responsive Design - Switch between right/left position
robboerman Jul 23, 2013 12:41 PM (in response to Departure)yea changing it from left to right doesnt change it,
you have to add to the css for normal
float:left; position:absolute;
and for the over 1200 width
float:right; position:absolute;


