Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author John Gardner

    (@jgardner03)

    Hi,

    Thank you for using my plugin and for the kind words. This is the shortcode I use for the download box on the demo:

    [box color=green icon=fa-download]This is the new Download box[/box]

    If you’re still running into issues getting the box to look right, could you provide me a link to your site (if available)? There’s likely some kind of CSS conflict going on that I may be able to help with.

    Thread Starter denisa15

    (@denisa15)

    Hi,

    Thanks for your quick response.
    I’ve tested the code above it’s working great, but I have one small issue with it. How can I add a custom width for the box? The problem is that the box is too large like two boxes from your demo put together.
    I’ve tested it even on a fresh install of WordPress(different themes too) without other plugins installed, the issue is the same.
    Would love to get it looking like the ones from your demo page.

    Thanks again!

    Plugin Author John Gardner

    (@jgardner03)

    No worries… the default width of the boxes is 100%. On the demo site I actually split the content area into into 2 columns, which shrinks each box to about 50%. If you want to make your boxes a certain percentage, you’d have to add the following to your theme’s style.css file:

    .arconix-box {
        width: 50%;
    }

    Obviously you can change the percentage to be whatever size you’d like.

    Thread Starter denisa15

    (@denisa15)

    Great! Thanks a lot!

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

The topic ‘Box styles’ is closed to new replies.