Comments Jonas started the conversationSeptember 10, 2014 at 6:52pmThis 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. 295Paul repliedSeptember 11, 2014 at 8:37amHi 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,PaulJonas repliedSeptember 11, 2014 at 10:54amNice, 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 295Paul repliedSeptember 12, 2014 at 7:52amHmm. 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%; } Sign in to reply ...
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.
Hi Jonas,
Please try this:
1. Go to "Style Customizer > Others > Custom CSS".
2. Enter below code into the Custom CSS box:
3. Save and now the gap should all be gone.
Hope this helps!
Regards,
Paul
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
Hmm. Looks like it only happens on Chrome somehow...
In the same Custom CSS box, please try adding this: