unbalanced Pages on Mobile
-
Hi
i have added a code in functions.php file to remove google fonts
but i faced some issuesissue 1: all Pages appear unbalanced on mobile
screenshot: https://snipboard.io/8907dh.jpghow it was before i add the code
screenshot: https://snipboard.io/Hik1DJ.jpgThe code that i added:
( add_action( ‘wp_enqueue_scripts’, function() {
wp_dequeue_style( ‘generate-fonts’ );
} );any solution to remove google fonts without this issue?
Thanks
The page I need help with: [log in to see the link]
- The topic ‘unbalanced Pages on Mobile’ is closed to new replies.