Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1173991
    apdebernardo
    Participant

    I have been unable to get rid of whitespace surrounding my logo on my new website at http://chagrincentral.com/

    I would like to have the background image of the brick wall show instead of the white area. Adjusting padding on logobar-inner or trying to make it “transparent” didn’t help.

    Any advice?

    #1174380
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-main.full, .x-colophon.top, .x-colophon.bottom {
        background-color: #fff !important;
    }
    .x-logobar {
        background-color: transparent;
    }

    Hope that helps.

    #1174699
    apdebernardo
    Participant

    Sorry — that didn’t help. I placed the code in the custom css field, but the white space remains. Any other ideas?

    http://www.chagrincentral.com/

    #1174700
    apdebernardo
    Participant
    This reply has been marked as private.
    #1174808
    Thai
    Moderator

    Hi There,

    Please remove the previous CSS and add this CSS:

    .x-logobar {
        background-size: cover;
    }

    Hope it helps 🙂

    #1174933
    apdebernardo
    Participant

    That did the trick! Thank you!

    Angie

    #1175082
    Joao
    Moderator

    Glad to hear it,

    Let us know if we can help with anything else.

    Joao

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