• Resolved ungaalborg

    (@ungaalborg)


    Hej

    Great Plugin, have the Pro version.

    I’m missing a css-class for single output of a contact. I often use the shortcode for a single ID. But the width is set to 50%.

    When I want a single contact output i use [contact_list contact=ID] as shortcode.

    .contact-list-2-cards-on-the-same-row #all-contacts li {
    float: left;
    width: 50%;
    padding: 10px;
    }

    I need at full-width responsive box to follow a single output, like:

    .contact-list-single-contact li {
    float: none;
    width: auto;
    padding: 20px;
    }

    Hope I makes sense

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Single column for shortcode [contact_list contact=ID]’ is closed to new replies.