How to fit the widget to the entire screen

shaik_irfan
Tera Guru

Hi,

 

I have widget that added to page, it is taking 3/4th of the screen but i want to fit the entire screen

 

Can anyone please let me know how to do this

2 REPLIES 2

rahulpandey
Kilo Sage

Hi Ifran,

You can set the container width to fluid to use full screen. I have done it for form page as below

find_real_file.png

Result :

find_real_file.png

 

Pranav Bhagat
Kilo Sage

Hi

 

You can try what Rahul suggested if its not working then you can set a custom height to the Container .

You can do that by creating a class in the page css and add that class to parent class in the container.

 

Regards

Pranav