[Resolved] Widget without any padding around it

Home Forums Support [Resolved] Widget without any padding around it

Home Forums Support Widget without any padding around it

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #747841
    Matthew

    Hi

    I am trying to create an image widget without any padding/white border around it.

    For some reason I can’t seem to get rid of a white line at the bottom of it, got rid of it on every other side.

    Any ideas why this is? If you go to my site and look at the green banner on the right hand side the 300×250 banner you will see the white line below it.

    Thanks for your help! πŸ™‚

    #747897
    David
    Staff
    Customer Support

    Hi there,

    Easiest way would be to update your CSS with a transparent background like so:

    #media_image-2 {
        padding: 0px;
        text-align: center;
        background-color: transparent;
    }
    #747934
    Matthew

    Of course! I should have thought of that. Cheers. πŸ™‚

    #747943
    David
    Staff
    Customer Support

    You’re welcome πŸ™‚ Easier then messing with the image fit.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.