Sponsor Page

Support Area Forums Foundation Sponsor Page

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #6063
    Russell Baer
    Participant

    There is 1 space in on my sponsor page where there is a gap between sponsors. I have created the sponsors pictures all with the dimension of 290X290 and there are 5 so far. Not sure whats going on, please advise.

    http://www.raceforthewounded.com/sponsor-group/sponsors/

    #6064
    Bill Robbins
    Moderator

    Russell,

    The space is happening because one of the sponsor names is taking up two lines. Here’s one way to fix that.

    1. Go to the appearance section and select the styling tab.
    2. Scroll down to the bottom until you see a box labeled Custom CSS
    3. Paste this into that box:
      
      .sponsor h2 {
      	font-size: 20px;
      }
      
    4. Update your settings.

    That should take care of the empty space for you. If you’d also like to make your logo a bit smaller so it doesn’t overlap the tagline, then you can also place this into the Custom CSS box:

    
    #text-logo {
    	margin-top: 5px;
    }
    
    #text-logo p a,
    #text-logo h1 a {
    	font-size: 42px;
    }
    

    If you have any trouble, let me know,
    Bill

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