Home › Forums › CSS › Media Query based on Screen size? ( not Resolution ) › Reply To: Media Query based on Screen size? ( not Resolution )
September 4, 2013 at 8:16 am
#149011
Participant
Hey Ed,
Thanks for your respond.
Yes I am using percentage based layout only so it fits to most resolutions.
But I need break out of layout on same pixel resolution on different devices.
Let me explain in other words with example.
I need only one column in my layout while it is viewed in 1024px wide Galaxy Tab.
And I need 2 columns in my layout while it is viewed in 1024px wide computer screen.
Actually screen size of 1024 wide Tab and computer is different.
Kindly advise.