Hello everyone, this question may have been asked before but I am looking for a quick way to fix this if there is anything out there. I have been using bootstrap 3.3.7 to layout my site and I have created so many pages. There seems to be some bugs in bootstrap
3.3.7 css and I could not locate it. When I tested the same page with bootstrap 4.4.1, it works fine. Now if I have to migrate from 3.3.7 to 4.4.1, is there a simple way rather than going through each page and replace the classes that's available in 3.3.7
but not 4.4.1? For example, in 3.3.7, there is a class called col-offset-lg-2, but in 4.4.1, it's has been changed to offset-lg-2. I can do find and replace, but it's really a pain.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
429 Points
1829 Posts
Migrating Bootstrap 3 to Bootstrap 4
May 01, 2020 11:18 AM|asplearning|LINK
Hello everyone, this question may have been asked before but I am looking for a quick way to fix this if there is anything out there. I have been using bootstrap 3.3.7 to layout my site and I have created so many pages. There seems to be some bugs in bootstrap 3.3.7 css and I could not locate it. When I tested the same page with bootstrap 4.4.1, it works fine. Now if I have to migrate from 3.3.7 to 4.4.1, is there a simple way rather than going through each page and replace the classes that's available in 3.3.7 but not 4.4.1? For example, in 3.3.7, there is a class called col-offset-lg-2, but in 4.4.1, it's has been changed to offset-lg-2. I can do find and replace, but it's really a pain.
Thanks.
All-Star
58174 Points
15650 Posts
Re: Migrating Bootstrap 3 to Bootstrap 4
May 01, 2020 02:55 PM|bruce (sqlwork.com)|LINK
This tool may help
http://upgrade-bootstrap.bootply.com
Member
429 Points
1829 Posts
Re: Migrating Bootstrap 3 to Bootstrap 4
May 02, 2020 10:18 AM|asplearning|LINK
Thank you Bruce. That's helpful. I guess I will have to find and replace.
Contributor
3370 Points
1409 Posts
Re: Migrating Bootstrap 3 to Bootstrap 4
May 04, 2020 02:36 AM|samwu|LINK
Hi asplearning,
You can also try below tools.
https://www.prepbootstrap.com/converter
https://demo.bootstraptor.com/bootstrap4/
Best regards,
Sam