• Resolved rebah

    (@rebah)


    Hello,

    I’m using Livemesh Clients to show a grid of flags. But de dimensions don’t match, so I have a small white bar at the bottom of the box. Is there some custom CSS I can use to change the dimensions of the box?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author livemesh

    (@livemesh)

    As long as you keep the aspect ratio of the images same, the widget will automatically adjust the size to keep the grid in place. If the aspect ratios are different, CSS won’t help. You will need to use a tool like photoshop to adjust the aspect ratio so that it remains the same across all images.

    Thread Starter rebah

    (@rebah)

    The dimensions off all the images are the same, 2:1. But there is still a small white space underneath the images. That’s what I would like to get rid of. https://bit.ly/2rD5IOW

    Plugin Author livemesh

    (@livemesh)

    Just add this custom css to your child theme or using a plugin like Simple Custom CSS –

    .lvca-clients .lvca-client img {
    display: block; 
    }

    Will have this fix in the next update. Thanks for bringing this to my attention.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change dimensions Clients boxes’ is closed to new replies.