Row full width Join KC discussion

Since ver 2.5 stretch_row The full-width option of row allows stretching all contents to full width, this option requires the content should not be placed in a container. Let's see an example bellow for page.php to display content (source file: /wp-content/themes/__your_theme__/page.php ). This example uses the method kc_is_using() to detech that the page builder is being used, in this case the container classname will be changed to container-full. If the page builder is not activated, the content will be placed inside the container with a limit of width and will not stretch to full-width.

Example: /wp-content/themes/__your_theme__/page.php