Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #627451

    I am trying to center a logo half way above my footer like this:

    View post on imgur.com

    I have used some code for the Quick CSS found in the support forum:

    #footer {
    background-image: url(http://http://xyz.comf/wp-content/uploads/2016/05/ASF_30AnnivLogo_color.png);
    background-repeat: no-repeat;
    background-position: 25% -25%;
    }
    #footer .container {
    margin-top: 150px;
    }

    The image shows the bottom half in the footer, but the top half is cut off like this:

    View post on imgur.com

    How can I correct this? Or is there a better way to do this?

    Thanks in advance.

    #627647

    Hey advteksol,

    Thanks for getting in touch with us!

    Could you please provide a link to your site, so that we can help you further with CSS code for the footer logo. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

    #627872

    Requested information.

    #627878

    Hi!

    I added your image using image shortcode in first footer column widget area and then added following code to Quick CSS

    #footer #text-9 {
        position: absolute;
        top: -45%;
        left: -60%;
    }

    Please review your website now

    Regards,
    Yigit

    #627951

    Yes, that works, thank you. You guys are awesome!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Offset Footer Logo is Cut Off’ is closed to new replies.