Tagged: x
-
AuthorPosts
-
November 29, 2016 at 3:39 am #1274372
chenkeParticipantHi,
i’ve a boxed layout and i’m looking for a solutiuon of inserting a graphic between footer and page content.

Any tip or solution?
Best regards
Christoph
November 29, 2016 at 3:43 am #1274385
LelyModeratorHi 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.
November 29, 2016 at 3:54 am #1274395
chenkeParticipantHi,
website url: http://www.mescheder-buergertreff.de/
graphic url: http://www.mescheder-buergertreff.de/wp-content/uploads/meschede-silhouette-mbtorange-1200×160.png
Thanks for your support.
November 29, 2016 at 4:27 am #1274434
Paul RModeratorHi,
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.
November 29, 2016 at 4:53 am #1274462
chenkeParticipantHi Paul,
it works fine 🙂
Thanks for your very quick response and solution!
Regards
Christoph
November 29, 2016 at 4:59 am #1274465
Paul RModeratorYou’re welcome! 🙂
November 29, 2016 at 6:03 am #1274523
chenkeParticipantHi,
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:
November 29, 2016 at 6:46 am #1274568
ChristianModeratorUpon checking, it does not overlap (see attachment).
Thanks.
November 29, 2016 at 8:00 am #1274645
chenkeParticipantYou’ll see it better in this attachment…
November 29, 2016 at 10:39 am #1274827
Nabeel AModeratorHi 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!
November 29, 2016 at 5:39 pm #1275263
chenkeParticipantNow it works perfect! Thanks!
November 29, 2016 at 9:56 pm #1275527
FriechModeratorWe’re delighted to assist you with this.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1274372 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
