Media query

Hi

I'm interested in the media query css I enroll under the section on custom css.
I want eg. Div class .column_attr.align_left be visible on PC monitors or when it has been loaded for example with a smart phone that I want that same giant is shifted to the left for example 20px. So that is not set to 20px destop version only when it comes to a certain width. I used this css:

media only screen and (max-width:
.column_attr.align_left {
padding-left: 20px;
}

But it does not work. I think I'm wrong somewhere.
If possible point me to the right path :)

thank you

Comments

Sign In or Register to comment.