I wish be able to decide when various columns should adapt in different resolution. Is this something that will be possible?
Wish to be able to add ID or class for different columns.
Hey Vikab,
Could you provide us with a link to the site in question so that we can take a closer look please? Try to explain further what you want to achieve. You can enable custom CSS field by following this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
Rikard
Thanks for the code, it works fine!
What I would like to do with the column is, see my example here.
Being able to decide when the columns should be 1/3 or 1/2 depending on the resolution.
Now it is adapting automatically and sometimes it does not fit the contents nicely.
Hi!
Use css media queries to control the width of the columns on different screen sizes:
http://www.w3schools.com/cssref/css3_pr_mediaquery.asp
Regards,
Ismael