Font size in child theme is way smaller than the original one
-
Hi guys,
I created a childtheme and managed to import my theme customizations. However for some reason the font-size for all texts (navigation, headlines, p,..) is extremly small. It’s still the same css settings as for the original version but it looks extremely “zoomed out”.
My child theme folder only consists out of functions.php with
<?php add_action( 'wp_enqueue_scripts', 'spicepresschildtheme_enqueue_styles' ); function spicepresschildtheme_enqueue_styles() { wp_enqueue_style( 'spicepresschildtheme-style', get_template_directory_uri() . '/style.css' ); } ?>
and an empty style.css.
Any advice how to solve that?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Font size in child theme is way smaller than the original one’ is closed to new replies.