Hi, lee50539310
Use plugin Simple Custom CSS and add custom JS in it from https://pastebin.com/raw/mzn6xgLP
Let me know if any confusion!
Thanks
-
This reply was modified 7 years, 3 months ago by
Imraj khan.
Hi, Imraj khan
I add below JS in custom JS directly but didn’t work. Something wrong?
thank you!
jQuery(function($){
$(‘.single-post .col-md-8’).addClass(‘col-md-12’).removeClass(‘col-md-8’);
$(‘.single-post .col-md-4’).remove();
});
Hi,
It works fine at our end.
Copy exact JS from this link and past it in the plugin( Screenshot )
If still, it does not work then please share your site URL
Thanks
-
This reply was modified 7 years, 3 months ago by
Imraj khan.
Hi, lee50539310
I have checked your site and all the posts are now coming in the full-width. ( Screenshot )
What the issue now? Please let me know!
Thanks
-
This reply was modified 7 years, 3 months ago by
Imraj khan.
Hi Imraj khan,
It’s not full width at myside.
I found other way to solve it. Thank you!