You need to sign in to do that
Don't have an account?

Responsive Design for VisualForce Page
I am quite new for VisualForce and want to ask a question. Is there any way on VisualForce to help me to have a responsive design on my page? Or I need to desgin the css to solve this problem? Thanks for your help.
You should use some additional concepts like twiiter bootstrap or media queries (Concet in CSS3) . These are some technologies that you need to integrate to VF pgaes to make them as responsive. http://getbootstrap.com/
There is a great article post here https://developer.salesforce.com/blogs/developer-relations/2015/01/responsive-design-javascript-html5-css-visualforce.html where you can refer it.
Please mark this as the best answer if this helps