skip to Main Content

Integrate Bootstrap on .liquid ( shopify )

In shopify theme, I want to integrate following bootstrap link on theme.liquid file. <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <!-- Optional theme --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" ></script>…

VIEW QUESTION

Divi theme – CSS responsive table is not displaying

I am trying to create a responsive table here: http://websunweaved.com/mikes-cutco-discount-price-list/ I'm following this page: https://css-tricks.com/responsive-data-tables/ My CSS and table are in a text module - search "et_pb_text_inner" in the page source. Something must be stopping it from formatting because it…

VIEW QUESTION
Back To Top
Search