Home › Forums › Support › Custom widths columns (PSD to WordPress) › Reply To: Custom widths columns (PSD to WordPress)
April 6, 2016 at 2:01 am
#184597
To do that I would:
1. Add the css of the grid system – with enqueue in the child theme, or using a GP hook, or with a plugin.
2. Add the necessary css in the content columns – how do I do that? Copy page/single.php from the parent into the child theme, replace the generate_content_class with my own classes? Or is there a way to add custom classes to the GP classes?