• I have spaced out some images on my sidebar using text widgets simply putting
    at the top of each. however, there is too much space in between each.

    is there something which will make less space than
    ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes, CSS padding.
    I can’t say where to put it, without a link to your site.

    Thread Starter cc4789

    (@cc4789)

    sorry. my site is http://www.red94.net

    scroll down to the widgets under ‘Contact’ on the sidebar. (the facebook, twitter, youtube.)

    I would like to decrease the space in between these

    For the small images you are using break tags you should make a css tag in your master.css for padding. There are a few choices for class tags here. Try this one
    .AdvancedText {padding-top:3px} or your space choice.
    Remove the br tags.
    They are wrong anyway.

    Hope this works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is there a line break half the size of <br>’ is closed to new replies.