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
JiriteachJiriteach 

Visualforce Page In Salesforce1

Hi There, 

I have created a visualforce page for new leads. This is all working well and looks great as per the screenshot below. The problem I have is that when its viewed within Salesforce1 it shows without any syle. Can anyone help?

Thanks

User-added image
User-added image
User-added image
Sagar PareekSagar Pareek
Hi Jiriteach,

The page you have developed is for desktop this page will not in-herit the look and feel of standard salesforce1 pages. 

You need to design this page using Salesforce1 Bootstrap https://github.com/SalesforceFoundation/bootstrap-sf1

If you want to use the same page on Desktop and Mobile make sure you design it in a way that it renders according to screens of devices ( consider using media tags in css)