• Resolved fabswordpress

    (@fabswordpress)


    Hello!

    How can I change the size of the Logos / Pictures used in a 4 x 4 table?
    I use image size 360 x 360 px as in your VPN PRO Table example, but the client wants the logos slightly bigger in size?

    Should I set a minimum width or will that mess up the responsivness?

    Thank you!

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

    (@tauhidpro)

    Add CSS code to your site.??GO to Wp Dashboard????Appearance
    ?? Customize??? Additional CSS???Add below CSS code(110px is image size, change as you need)

    @media only screen and (min-width: 767px) {
    .niche_table img {
        max-width: 110px !important;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change Size of pictures’ is closed to new replies.