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

    (@baden03)

    Nothing to do with the plugin, just basic HTML and CSS:
    HTML:

    <div class="your_class">
    [expand title="trigger"]...[/expand]
    </div>

    CSS:

    .your_class {
        width: auto;
        padding: 7px;
        margin: 5px 20px 10px 30px;
        border: 1px dashed #cccc66;
    }

    Issue marked as resolved.

    Thread Starter lhowill

    (@lhowill)

    I didn’t realize it wasn’t a part of the plug-in. Unfortunately this didn’t work, though.

    Plugin Author Baden

    (@baden03)

    It’s not part of the plugin…. might be a good time to brush up on your CSS.

    Since we do not have a crystal ball, maybe include a link to your page if you would like additional assistance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add a border around the element?’ is closed to new replies.