Hi Team
I am creating a form from the back end side using php i have cdn libraries, but need to reduce size of the container its big.
// html form
// Create the HTML form
$htmlForm = '
';
echo $htmlForm;
Tuhin PaulPosted Jun 16, 2023, 2:45 AM
To reduce the size of the container in the HTML form:
I've added the str_replace function to modify the class of the container element. It replaces the container class with container-sm, which is a smaller size container class from Bootstrap. This will reduce the size of the container.
Deepak RawatPosted Jun 15, 2023, 5:03 AM
i can help you if you can explain your need little bit.
Vishal JoshiPosted Jun 15, 2023, 4:46 AM
To reduce the size of a container using Bootstrap, you can follow these general guidelines:
By following these guidelines, you can effectively reduce the size of your container image while still ensuring that your application functions correctly.