Sponsors alignment

Support Area Forums Grassroots Sponsors alignment

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://owlkeyme.org/friends
  • Author
    Posts
  • #26505
    Izaak Bishop
    Participant

    Hi again Bill,

    I’m having trouble with alignment on the sponsors page (see below link), as you can see there is a large amount of spacing between a few of the sponsor pictures. Is there any way to fix this?

    http://owlkeyme.org/friends

    Thanks,
    Izaak

    #26506
    Bill Robbins
    Moderator

    Hello Izaak,

    Sorry for the trouble there. Let’s give this a shot as remedy:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .sponsor-list article:nth-child(5n) {
      	clear: none;
      }
      
      .sponsor-list article {
      	min-height: 300px;
      }
      
      @media only screen and (max-width: 767px) {
      	
      	.sponsor-list article:nth-child(3n) {
      		clear: none;
      	}
      	
      }
      
    3. Update your settings.

    Let me know if that doesn’t do the trick.

    Have a great week,
    Bill

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