• rebelord

    (@rebelord)


    Works nice, but
    -makes SVG 1x1px,
    -no default styling
    -would appreciate to add CSS class to single entry
    -missing ALT on images-definitely should be Partner title
    -no documentation, shortcode examples

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rebelord

    (@rebelord)

    here’s my CSS to make it one-line and handle wide logos:

    #wp-sponsors li{
    	display:inline-block;
    	margin-right:20px;
    }
    #wp-sponsors img[src='SRCs OF WIDE LOGOS GO HERE'],
    #wp-sponsors img[src='SRCs OF WIDE LOGOS GO HERE']{
    	height:40px;
    	padding-top:10px;
    	padding-bottom:10px;
    }
    #wp-sponsors img{
    	box-sizing:border-box;
    	height:60px;
    	width:auto;
    	margin-bottom:20px;
    }
    janhenckens

    (@janhenckens)

    Shortcode examples are listed in the mail plugin page: https://www.ads-software.com/plugins/wp-sponsors/

    I’ll have a look at your CSS suggestions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Too simple’ is closed to new replies.