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
Ola BamideleOla Bamidele 

Pages of Visualforce page moving around when minimized

Hi gurus, 

I have a Visualforce page that has images and text on them. However, when the page is minimized, everything on the page moves to different parts of the page which disorganizes my page.

So is there a way to ensure that when the page in enlarged and minimized, all parts of the page stays the same? Maybe like apex tags for sections?

Thanks very much!

 
NagendraNagendra (Salesforce Developers) 
Hi Ola,

Sorry for this issue you are encountering.

May I suggest you please check with below links which might help you with the above issue. Please let us know if this helps.

Mark this as solved if my reply was helpful.

Thanks,
Nagendra
Ola BamideleOla Bamidele
Hi Nagendra, 

Thanks for the information. I have reviews the documnets that you have suggested however, the information doesnt help in relation to what i am trying to achieve which is ensuring that all parts of the page stay the same when minimized and enlarged.  
Gaurish Gopal GoelGaurish Gopal Goel
Hi Ola, You need to make your page responsive so that the layout is not disturbed. You can use CSS media queries to make your page responsive. I hope it helps. Thanks.