Reply To: Custom widths columns (PSD to WordPress)

Home Forums Support Custom widths columns (PSD to WordPress) Reply To: Custom widths columns (PSD to WordPress)

Home Forums Support Custom widths columns (PSD to WordPress) Reply To: Custom widths columns (PSD to WordPress)

#184597
Samuel

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?