[Resolved] Equal length columns

Home Forums Support [Resolved] Equal length columns

Home Forums Support Equal length columns

Viewing 15 posts - 1 through 15 (of 90 total)
  • Author
    Posts
  • #16487
    Amanda

    Hi,

    I’d like my left nav column to be the same length as my body text. I was thinking of trying the following plug-in (unless you have another suggestion) https://wordpress.org/plugins/wp-equal-columns/ But to use it I need to know the column names….

    Thanks again for your help.

    #16489
    Tom
    Lead Developer
    Lead Developer

    That plugin hasn’t been updated in a few years, so let’s assume it doesn’t work anymore.

    You can try this (untested, getting late here).

    Paste the following code in “GP Hooks > wp_footer”.

    https://gist.github.com/generatepress/b946892d810435352fd9

    Let me know if it works or not – it may need some tweaking.

    #20579
    Tom
    Lead Developer
    Lead Developer

    Were you able to figure this out?

    #22209
    Tom
    Lead Developer
    Lead Developer

    Going to resolve this for now – post back in here to re-open.

    #32675
    Amanda Martin

    Hi Tom,

    Sorry for the late response, I was out of town. I just tried this and it didn’t work for me. Any thoughts?

    Cheers,
    Amanda

    #33124
    Tom
    Lead Developer
    Lead Developer

    I just gave it a quick try on my localhost, and it seems to have worked for me.

    Can you link me to your website so I can take a look at what’s happening?

    Thanks!

    #33230
    Amanda

    Grrrrrr I’m not sure what I’m doing wrong.

    My URL is http://vancouverhomeexchange.ca

    #33269
    Tom
    Lead Developer
    Lead Developer

    Looking at the code, the script is working.

    The issue is that the two columns are the same height, but the white color is applied to the inner element.

    Try this instead: https://gist.github.com/generatepress/b946892d810435352fd9

    Also, you’ll need to add this CSS:

    .inside-article {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
    }
    #33996
    Amanda

    Ok so we it’s closer but no cigar……..

    The column is longer but doesn’t match up on any of the pages.

    I owe you a coffee after this. 🙂

    Amanda

    #33997
    Alex

    Join the question. Tried both methods proposed here – sidebar behavior is better, but it is still not long enough

    #34192
    Tom
    Lead Developer
    Lead Developer

    Ok, we’re missing something then.

    Amanda, can you email me at support@generatepress.com with an admin login so I can play around and find the right mix?

    Thanks!

    #34277
    Amanda

    Will do!

    #34844
    Tom
    Lead Developer
    Lead Developer

    Alright so I had to make a couple changes to the theme in order for this to work easily.

    I’ll be releasing the update in the next day or so, and then I should be able to finally post a solution here.

    Thanks for your patience!

    #34901
    Amanda

    Looking forward to using this. Thanks!

    #35701
    Michael

    Same as Amanda – would like all sidebars and content sections to finish out evenly at the bottom of the page…

    Will watch for update…

    Thanks… this is a great theme.

Viewing 15 posts - 1 through 15 (of 90 total)
  • The topic ‘Equal length columns’ is closed to new replies.