Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Vova

    (@gn_themes)

    Hi Neal,

    use the following shortcode:

    [su_row]
    [su_column size="1/2"]
    [su_box box_color="#0f0"]
    [su_list]
    <ul>
    <li>Item</li>
    </ul>
    [/su_list]
    [/su_box]
    [/su_column]
    [su_column size="1/2"]
    [su_box box_color="#f00"]
    [su_list]
    <ul>
    <li>Item</li>
    </ul>
    [/su_list]
    [/su_box]
    [/su_column]
    [/su_row]

    I’ve updated my reply.

    Hi How can i remove the space between the two boxes i have tried all css and i cant get the two box to align next to each other without the gap
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to create boxes like this’ is closed to new replies.