$( document ).ready(function() { $( “div” ).remove(“.col-lg-3.pr-lg-5”); $(“.row .col-lg-9”).toggleClass(“col-lg-9 col-lg-12”); });