Hello everyone,
I’m working on my personal portfolio page, but my bootstrap isn’t working. I went to settings >css>bootstrap 4 &3 , but it’s still not working. I have included the link to my codepen.io. Please let me know if you can figure this out.
Thanks so much!
I just did it. Settings>CSS>Quick Add>Bootstrap 3 or 4. It works.
Thanks for the feedback. Whenever I try to add a bootstrap navbar , it doesn’t display correctly. Do you have any thoughts?
Thanks again.
You just need to add this
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
on the head section (settings > stuff for <head>
)
I had the same problem so this should fix it for you
Thank you so much! It’s working now.
1 Like