• Resolved smartmouse

    (@smartmouse)


    Hello, is it possible to add an option to resize the image?
    Currently image is keeping 50% of every row. Maybe you could make users to set a different percentage, what do you think about it?

    Thank you and keep up the good work!

    I really loved your plugin!

Viewing 1 replies (of 1 total)
  • Plugin Author pluginandplay

    (@pluginandplay)

    Hi @smartmouse

    Glad to know that you liked plugin ??

    We can do it with little CSS tweak. Please add below CSS to WordPress Customizer > Additional CSS section or your current theme / child theme style.css.

    .bid-post-grid-content .bid-medium-6:first-child{
    	width: 20%;
    }
    .bid-post-grid-content .bid-medium-6{
    	width: 80%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Resizing image’ is closed to new replies.