Home / Admin / Fix Formating of Buttons in Off Canvas
Duplicate Snippet

Embed Snippet on Your Site

Fix Formating of Buttons in Off Canvas

This fixes the buttons in the off canvas not obeying the global CSS from the Customiser

Ilana Borsje PRO
<10
Code Preview
js
;(function($) {
$(document).on('pp_offcanvas_after_init', function(e, $scope) {
$scope.find('.pp-offcanvas-body').addClass('fl-page');
});
})(jQuery);

Comments

Add a Comment