Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #848320

    jordansetnmefree
    Participant

    Hi I am trying to set the columns to dynamically scale as I add text/images/buttons? I cannot get them to stay lined up as I go? Have to adjust each with margin and padding and its a pain. There must be an easier way? Thank you in advance! =) http://test.setnmefree.com/wp/

    #848655

    Jade
    Moderator

    Hi Jordan,

    You can add this under Custom > CSS in the Customizer.

    #x-section-1 .x-column .x-img {
        max-height: 117px;
        width: auto;
    }
    
    #x-section-1 .x-column .x-text {
        min-height: 108px;
    }

    Hope this helps.