function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Alex Wong 4Alex Wong 4 

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.
Best Answer chosen by Alex Wong 4
Vasani ParthVasani Parth
Alex,
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