Post icons in child theme are tiny
-
I’ve created a child theme based on Writr and noticed that my post icons are tiny and centered in the top of the circle. If I revert to the original theme, the icon is centered in the circle and takes most of the space available in the circle. What might I be missing? In my child theme folder I have a style.css, rtl.css (both with “Template: writr” entries) and my functions.php file begins with `<?php
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
}`My site can be found at https://jkshay.com. Thanks for your help!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Post icons in child theme are tiny’ is closed to new replies.