• Resolved doubledworks

    (@doubledworks)


    Hey Tom

    I’ve been using this plugin for a few days and I believe I had equal_heights=”false” working but for some reason I cant seem to now.

    I have 4 x paragraphs within shortcode as follows

    [lgc_column grid="50" tablet_grid="100" mobile_grid="100" equal_heights="false"?style="padding:0px 20px;"]

    With the last paragraphs shortcode as follows

    [lgc_column grid="50" tablet_grid="100" mobile_grid="100" equal_heights="false" last="true" style="padding-left:10px;"][/lgc_column]

    The first and last paragraphs being approx half the text length of the second and third. With uneven height short code set shouldn’t the paragraphs sit with uneven heights so that the third paragraph sits above the height of the forth so that all four paragraphs somewhat have an even overall top and bottom height ?

    I’m sure I had this going a few days ago but cant seem to figure it out now.

    Any ideas ?

    Cheers

    https://www.ads-software.com/plugins/lightweight-grid-columns/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tom

    (@edge22)

    Hi there,

    I’m not too sure what you mean.

    Can you show me an example of what you have vs. what you’re wanting?

    Thanks!

    Thread Starter doubledworks

    (@doubledworks)

    Hi Tom

    Here’s a screenshot

    I want to move paragraph 3 up further under paragraph 1.

    I could have sworn i did this at one point using equal_heights=”false”

    Cheers

    Plugin Author Tom

    (@edge22)

    Ah, that wouldn’t work with the way the divs are floated.

    To achieve a layout like that, you would have to do something like this:

    [lgc_column ..]
    Paragraph 1
    
    Paragraph 3
    [/lgc_column]
    [lgc_column ..]
    Paragraph 2
    
    Paragraph 4
    [/lgc_column]
    Thread Starter doubledworks

    (@doubledworks)

    Ok thanks for that Tom

    That could work in some instances though it can also potentially change the layout depending on the screen size if the paragraphs fall in an order which changes the context.

    I may have to look at another way to do this.

    Can you briefly explain what equal_heights=”false” is used for/applied too ?

    Equal heights uses javascript to make all the columns in the row the same height.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Uneven Paragraph Heights Within Columns’ is closed to new replies.