• Resolved cameronbetts

    (@cameronbetts)


    Hey guys,

    I am using the Genesis Plugin to have columns on the members page of a society website. https://www.nzcine.com/members

    The problem I am having is aligning the small pictures beside each members name to the right of the column… while still be inline with the text (members name) on the left.

    I have noticed the columns are favouring the left hand side as well.. as in, there is heaps of space on the right hand side, compared to the left

    Can any one help me with this issue?

    Cheers, Cameron.

    https://www.ads-software.com/plugins/genesis-easy-columns/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Code96

    (@code96)

    Cameron,

    The problem you are describing is not going to be caused by the plugin itself. It does not appear that you have applied any styling to the elements located within the columns, and the formatting issued described above could be solved with targeted CSS.

    Thread Starter cameronbetts

    (@cameronbetts)

    Thanks guys,

    What CSS should I be using? I am a bit novice to this sort of thing.

    Cheers, Cameron.

    Plugin Author Code96

    (@code96)

    You could target the image tag inside of the columns:

    .one-third img{
    float: right;
    }
    Plugin Author Code96

    (@code96)

    However keep in mind that the above code will format any image inside of .one-third. You man need to assign those specific images a unique ID or class to really achieve the formatting results that you are wanting.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘images inline with text’ is closed to new replies.