• Hi

    I have a side bar image widget on my homepage.

    But the image doesn’t scale to the full size of the borders.

    Is there a way to make it the image fill up the entire widget and not show the white borders?

    Any how do i centre the text in widget?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    try adding this CSS:

    .widget-area .widget.widget_sp_image {
        padding: 0;
    }
    .widget_sp_image-description {
        padding: 20px;
        text-align: center;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Customising Image Widget’ is closed to new replies.