• Hi

    I’m using the custom html widget to display an image in my right side bar.

    How do I go about removing the white border around the image so that the image has no borders?

    Many thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mack888

    (@mack888)

    Hi

    Can i get some assistance on this please

    Hi there,

    sorry you’re message got overlooked it must have slipped through our tracking system.

    You can remove the padding from sidebar widgets using this CSS:

    #right-sidebar.widget-area .widget {
        padding: 0;
    }

    If you want to only remove it from that widget you can use this CSS:

    #right-sidebar.widget-area #custom_html-5 {
        padding: 0;
    }
    Thread Starter mack888

    (@mack888)

    Thanks for the help David.

    It worked! 🙂

    You’re welcome

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove White Area Around Custom HTML Widget’ is closed to new replies.