• Resolved Jeanette

    (@craftwhack)


    I’ve been messing around with different widths to display my pins, but they are all crammed up against each other. How can I add space in between them?

    Artchoo.com

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

    (@bkmacdaddy)

    It is most likely a conflict with the CSS for your theme. If you can provide a link to a page where the widget is displayed I can give you the CSS code to add to your theme’s style.css file.

    Thread Starter Jeanette

    (@craftwhack)

    Thanks! Here it is: http://artchoo.com/

    Plugin Author bkmacdaddy

    (@bkmacdaddy)

    Okay, I had originally only looked at your home page and the widget wasn’t there. I see it now on the inside pages.

    Add the following code to the bottom of your theme’s style.css file:

    .widget-area ul li.pins-feed-item {
    margin:5px;
    padding:0px;
    }

    You can adjust the margin as needed. You will probably have to change the size of your pins in the widget as well to make everything fit correctly.

    Let me know if this solves your problem.

    Thread Starter Jeanette

    (@craftwhack)

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add Space Around Images’ is closed to new replies.