• Resolved SunnyPapaBear

    (@sunnypapabear)


    I’m running the Genesis Framework with an older XHMTL theme (Prose). I am Revising it and I installed Genesis Columns Advanced on the development site. I tried to implement select two Columns on a specific page https://www.petercruikshank.com/dev/autograph/ but it doesn’t put the two items side-by-side. The top content is normal, but then the two book options, below the top content, is what is supposed to be in the two columns (each book in a separate column). Here is the information I put on the Page. What am I doing wrong?

    2 Column Page Setup

    • This topic was modified 7 years, 3 months ago by SunnyPapaBear.
Viewing 1 replies (of 1 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hi SunnyPapaBear,

    It looks like that old Genesis theme is using some different column CSS that I am not familiar with. This plugin is compatible with their new HTML themes, but it appears that there is a conflict with the XHTML ones. The only solution, other than removing the column CSS in your theme, is to add the following to your functions.php file. This will disable the plugin CSS and use your theme’s instead.

    add_filter( 'gca_load_column_styles', '__return_false' );

    Best,
    Nick

Viewing 1 replies (of 1 total)
  • The topic ‘Columns Not Lining Up’ is closed to new replies.