cms2043
Member
Posted 6 months ago #
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
Tom Combs
Member
Posted 6 months ago #
in your css, try this:
.textwidget img {
margin-top:5px;
}
let me know if it works.
cms2043
Member
Posted 6 months ago #
Well the space is there, but the text is written in between the images.
Tom Combs
Member
Posted 6 months ago #
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.
cms2043
Member
Posted 6 months ago #
Adding two of
worked. Thank you!
Tom Combs
Member
Posted 6 months ago #
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) :-)