• Resolved cms2043

    (@cms2043)


    Hello,

    My blog is http://www.thepaisleybox.com

    I am trying to add a space between the images in my text widget. I want a little space between the ‘Gifts For Him & Her’ and the ‘Festive Wrapping’ button.
    I added <div style="padding-top: 5px;"> and it worked, but it turned my sidebar pink. No idea why.

    Can anyone help me figure out how to do this?

    Thank You!
    Colleen

Viewing 5 replies - 1 through 5 (of 5 total)
  • in your css, try this:

    .textwidget img {
         margin-top:5px;
    }
    

    let me know if it works.

    Thread Starter cms2043

    (@cms2043)

    Well the space is there, but the text is written in between the images.

    lol no worries 🙂

    do you have access to your styles.css file? if so, that’s where you want to put the code.

    If not, you could add a line break after the image.

    after the link of the first image, add this:

    < b r / >  (no spaces)
    

    You may need to add two of those.

    Thread Starter cms2043

    (@cms2043)

    Adding two of
    worked. Thank you!

    Glad you it worked out for you!

    If you could mark this thread as “Solved”, that would be great.
    (it’s in the sidebar on the right) 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add Space Between Images in Text Widget’ is closed to new replies.