Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hi ,

    I apologize for the delayed reply. Unfortunately, there is no way to add something like a CSS class to a row of columns, but after some testing I think I found a solution.

    If you wrap the columns in a div with the background-color you want, and then set display: inline-block; on the div with the background-color, this should work. You could also add padding or anything else you wanted to this container div.

    Let me know if this works for you.

    Thanks,
    Nick

    Thread Starter greenchalk

    (@greenchalk)

    worked like a charm. thanks!

    Plugin Author Nick Diego

    (@ndiego)

    Great I am glad that worked for you. If I can help with anything else, please let me know!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Applying CSS to entire row?’ is closed to new replies.