BuddyDev

Search

[Resolved] Image Border

  • Participant
    Level: Initiated
    Posts: 14
    Russell on #38385

    Apologies for this current run of questions but enjoying styling Mediapress as close as possible to my Theme. So, is there a piece of CSS that removes the white border around images in the Galleries?

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #38386

    Hello Russell,

    Thank you for posting. Try the following code to overcome white border across image.

    
    .mpp-item-entry .mpp-item-thumbnail img {
        padding: 0;
        margin: 5px;
    }
    
    

    Please let me know if it works or not.

    Regards
    Ravi

  • Participant
    Level: Initiated
    Posts: 14
    Russell on #38387

    Perfect thanks!

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #38394

    Hello Russell,

    Thank you for the acknowledgment. I am glad that I could help.

    Regards
    Ravi

The topic ‘ [Resolved] Image Border’ is closed to new replies.

This topic is: resolved