Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1201128
    tcfa121
    Participant

    Hi

    I am trying to make the attached logo show in the lower left corner as our background. Can I get some specs on how to build that out? Dimensions of the image where the logo is in the bottom left?

    Nick

    #1201449
    Prasant Rai
    Moderator

    Hello Nick,

    Thanks for writing in!

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1202455
    tcfa121
    Participant
    This reply has been marked as private.
    #1202676
    Friech
    Moderator

    Hi Nick,

    Thank you for the credentials, but would you mind to clarify where exactly on the page you want to position that logo? A screenshot would be much appreciate. We’ll be happy to provide you with a response once we have a better understanding of the situation.

    In the meantime, try adding this on your custom CSS on the Customizer.

    .x-colophon.bottom {
        background-color: #006ba6;
        background-image: url(http://i1.wp.com/thecenterforawesomeness.com/wp-content/uploads/2016/08/The-Center-for-Awesomeness_Logo-01-196x199.jpg);
        background-repeat: no-repeat;
        background-position: center left;
    }

    This will add the logo on the left side of your footer.

    You might need to convert this logo to a png format to remove the white spaces around it.

    Cheers!

    #1203879
    tcfa121
    Participant

    that acutally would work better – see attached, didnt work.

    #1203938
    tcfa121
    Participant

    it works now! I just need to change the graphic to PNG

    #1204101
    Lely
    Moderator

    Glad it is now sorted out!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1201128 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>