Sponsor Logo Spacing on TeamRaiser Greeting Page

Options
Hi All, 


Can anyone help me figure out whats wrong with the spacing of my sponsor logos here?

http://support.mspca.org/site/TR?fr_id=1923&pg=entry


Its a responsive wrapper, logos are added in the TR and boxes checked as sponsor images. Here is the pagebuilder code that pulls them in, that has padding built in:


<style>

#sponsors {text-align:center}


#sponsors .container {

    width: auto;

    text-aligh: center;

    margin: auto;

    display: inline-block;

    padding: 50px;

    height: 150px;

}

.tr_sponsorship_logo.tr_sponsorship_logo_horizontal {

    float: left;

}


</style>


[[S416:0:HORIZONTAL:100:200]]


I checked the images they do not break the 150px height parameter. Do I just need to make them even smaller? 
Tagged:

Comments

  • Hi Dina,


    On the actual images, there is CSS for margin-top and margin-left that are set to negative.


    Example of Trustees logo:

    <img class="tr_sponsorship_logo_image" src="../images/cvupload/26/923/cv_47_1881166470256965642.gif" alt="Trustees of Reservations " style="margin-top: -75px; margin-left: -58px;">


    You can adjust the CSS on each image to make them space better.


    Thanks,


    Phil

     

Categories