Okay
  Public Ticket #279901
White gap in bottom of portfolio thumbnails
Closed

Comments

  • Jonas started the conversation

    This white gap at the bottom of the picture is causing quite some grey hairs - how do I remove that? 

    I'd like the thumbnail box to follow the image close, as it is in the sides and top.

    Thanks in advance.

  •  291
    Paul replied

    Hi Jonas,

    Please try this:

    1. Go to "Style Customizer > Others > Custom CSS".

    2. Enter below code into the Custom CSS box:

    .uxb-port-element-item p {
        margin: 0 !important;
    }

    3. Save and now the gap should all be gone.

    Hope this helps!

    Regards,
    Paul

  • Jonas replied

    Nice, that helped it. Thanks a lot!

    There is however, I only just saw it, a little gap on the right side. It's a gap between the red field and the edge of the thumbnail. It's very small, and shouldn't be much of an issue, but if there's some quick fix for it, it would be awesome.

    Here's a link to an example of it http://prntscr.com/4lpz9e

  •  291
    Paul replied

    Hmm. Looks like it only happens on Chrome somehow...

    In the same Custom CSS box, please try adding this:

    .uxb-port-root-element-wrapper.col4 .uxb-port-element-item {
        width: 22.01%;
    }