Tagged: x
-
AuthorPosts
-
December 3, 2016 at 1:28 pm #1279989
Kelsey LParticipantURL: http://orgess.com/wordpress/wp/
Hello,
My client has asked to have an image appearing above the bottom-right side of the footer, as in the example above. I’ve got it positioned absolutely right now, but that isn’t working with the responsive nature of the site. What’s the best way to accomplish this that will work with the responsive design?
Image URL: http://orgess.com/wordpress/wp/wp-content/uploads/2016/11/footer-flowers-1.png
Thank you!
December 3, 2016 at 1:28 pm #1279990
Kelsey LParticipantThis reply has been marked as private.December 3, 2016 at 1:39 pm #1280000
Kelsey LParticipantAnother related question: is it possible to have the site footer stick to the bottom of the screen, and the slider adjust responsively to fill the space between the header and footer on the homepage?
December 3, 2016 at 10:16 pm #1280240
RadModeratorHi there,
You should use rev slider with fullscreen setting and offset container of
.x-colophon. It’s not possible on your current slider since it’s only limited to that size.About the image, you may add it as a background and add top padding in the footer equal to the height of your image.
Thanks!
December 5, 2016 at 12:47 pm #1281947
Kelsey LParticipantHi Rad,
I’m not having any luck with either of those – I switched the slider to Revolution Slider and set it to offset by the height of the footer, but it’s still a little too tall. And the padding added to the footer is just making it taller. Help? Thank you!
December 5, 2016 at 8:10 pm #1282478
FriechModeratorHi There,
Use the classes below for offseting the header and the footer.
.masthead, .x-colophonThen add this property on your background.
background-size: cover; background-repeat: no-repeat;Hope it helps, Cheers!
December 5, 2016 at 9:59 pm #1282528
Kelsey LParticipantHi Friech,
Still no luck on the footer image: http://orgess.com/wordpress/wp/
Here’s my CSS:
footer.x-colophon.bottom { background-image: url("http://orgess.com/wordpress/wp/wp-content/uploads/2016/11/footer-flowers-1.png"); background-size: cover; background-repeat: no-repeat; background-position: 150px; border-top:none; -webkit-box-shadow: none; box-shadow: none; padding-bottom:0px; padding-top:0px; }December 5, 2016 at 10:00 pm #1282529
Kelsey LParticipantWhoops, here’s the correct CSS:
footer.x-colophon.bottom { background-image: url("http://orgess.com/wordpress/wp/wp-content/uploads/2016/11/footer-flowers-1.png"); background-size: cover; background-repeat: no-repeat; border-top:none; -webkit-box-shadow: none; box-shadow: none; padding-bottom:0px; padding-top:0px; }December 6, 2016 at 3:10 am #1282782
LelyModeratorHi There,
It is not overlapping content anymore when I check. See this:http://screencast-o-matic.com/watch/cDl1QQQoJ7
If it’s overlapping the content, part of the image inside the revslider should be seen when I set footer background to transparent. But then as you can see, it’s the body because when I set body background color to check we’ve seen it. I also check on other pages. Please clarify.December 6, 2016 at 7:56 pm #1283974
Kelsey LParticipantHi Lely,
I’m an idiot. I didn’t set the footer background to transparent. Thank you!
December 6, 2016 at 8:08 pm #1283982
Kelsey LParticipantHi again Lely,
Here’s what I have now: http://orgess.com/wordpress/wp/
I’m having trouble getting rid of the extra bit of border that appears above the green image.
December 7, 2016 at 1:38 am #1284179
FriechModeratorHi There,
Lets remove the border-left from the anchor itself.
.x-colophon.bottom .x-nav>li>a { border-left: 1px solid #b2b2b2 !important; }And lets add it on the
<li>tag instead.x-colophon.bottom .x-nav li { border-left: 1px solid #b2b2b2 !important; }Hope it helps, Cheers!
December 7, 2016 at 10:33 am #1284762
Kelsey LParticipantPerfect. Thank you!
December 7, 2016 at 11:29 am #1284842
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1279989 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
