hakanbey Posted August 4, 2014 Share Posted August 4, 2014 Hi, I'd like to replace left_column with center_column on mobile.As you can see in attachment I have tried to replace left_column -which is marked with red rectangle- with center_column -which is marked with blue rectangle- just on mobile device. Best regard. Link to comment Share on other sites More sharing options...
NemoPS Posted August 6, 2014 Share Posted August 6, 2014 You mean swap them, or simply hide the left one? If the latter, you can use @media only screen and (max-width: 479px) { #left_column: display:none } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now