• Resolved car57

    (@car57)


    Hi there, my company’s website uses a Genesis child theme.

    I want to know if it’s possible to just use this plugin’s columns shortcodes within one of the divs of a theme page template.

    For example, if I am using the template page content-sidebar, can I insert a row in the content div, divided into 2/3 and 1/3 columns? And then use the clearing div before another 2/3-1/3 row?

    https://wordpress.org/plugins/genesis-columns-advanced/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hi car57,

    Yes you can! But you will need to use actual markup to accomplish this. Below is the markup that the shortcodes generate. So if you have the plugin installed, and add this to your template, it will generate columns.

    <div class="gca-column two-thirds first">Place your content for the first column here.</div>
    <div class="gca-column one-third">Place your content for the first column here.</div>
    <div class="gca-utility clearfix"></div>

    Let me know if you run into any trouble!

    Nick

    Plugin Author Nick Diego

    (@ndiego)

    Hi car57,

    I am marking this as resolved, but let me know if you have any further questions.

    Thanks,
    Nick

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Q: Using columns within main content only?’ is closed to new replies.