Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: child theme responsive.css not being returned.

New Front EN Support Forums Ikebana Theme Support child theme responsive.css not being returned. Reply To: child theme responsive.css not being returned.

#2472
mmsatori
Keymaster

Hey Jose,

that is correct, the responsive.css mostly contains features that allow for the proper functioning of the theme on smaller screens rather than styling, thus it is originally not intended for overrides via child theme; hence the “get_template_directory_uri()” usage. However, if you do want to change it in the child theme, you’ve done the correct thing by changing to “get_template_directory_uri(). Do not forget to include the original file using the @import declaration (see the child’s style.css for an example).

Sincerely,
Andrii / Satori Studio