Hi,
I have a clean-journal child theme and am trying to figure out how to create a TWO COLUMN LAYOUT for the featured content. Unfortunately, the admin customizer only allows a minimum of 3 columns.
I found I can do this in the file /inc/clean-journal-featured-content.php by changing line 141 from
<section id=”featured-content” class=”‘ . $classes . ‘”>
to
<section id=”featured-content” class=”layout-two featured-page-content border-top”>
However, when I upload the file to my child theme’s /inc/ folder, it has no effect. This only works when I overwrite the parent theme’s original file. Is there a better way?
Thanks!