Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1274372
    chenke
    Participant

    Hi,

    i’ve a boxed layout and i’m looking for a solutiuon of inserting a graphic between footer and page content.

    screenshot

    Any tip or solution?

    Best regards

    Christoph

    #1274385
    Lely
    Moderator

    Hi Christoph,

    That can be achieve using custom CSS. To help you better, please share your site URL and the URL of the image you want to use.

    #1274395
    chenke
    Participant
    #1274434
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    footer.x-colophon.bottom:before {
        height: 160px;
        top: -160px;
        position: absolute;
        content: "";
        width: 100%;
        display: block;
        left: 0;
        right: 0;
        background: url(http://www.mescheder-buergertreff.de/wp-content/uploads/meschede-silhouette-mbtorange-1200x160.png) bottom center no-repeat;
        background-color: white;
        background-size: contain;
    }
    
    footer.x-colophon.bottom {
       position:relative;
    }
    

    Hope that helps.

    #1274462
    chenke
    Participant

    Hi Paul,

    it works fine 🙂

    Thanks for your very quick response and solution!

    Regards

    Christoph

    #1274465
    Paul R
    Moderator

    You’re welcome! 🙂

    #1274523
    chenke
    Participant

    Hi,

    Sorry, the new graphic overlaps the content e.g. the last widget. You can see it if you delete background-color: in the supplied code:

    screenshot

    #1274568
    Christian
    Moderator

    Upon checking, it does not overlap (see attachment).

    Thanks.

    #1274645
    chenke
    Participant

    You’ll see it better in this attachment…

    #1274827
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    footer.x-colophon.bottom {
        margin-top: 160px !important;
    }

    Let us know how this goes!

    #1275263
    chenke
    Participant

    Now it works perfect! Thanks!

    #1275527
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

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