Tagged: responsive
Hi Guys,
I was wondering if there is a way to push an image on small screen? Or failing that maybe just hide-for-small?
The image in question is the Presbyterian Church logo at the bottom of this page: http://www.gardenmorechurch.org/home (bottom left)
Basically I would like it to appear below the contact form on mobile devices…
Thanks
.a
Hi _andym!
Can you post a screenshot of the church logo? I cannot see a church logo on the bottom of your page
Best regards,
Yigit
hmmm, I have an animation left to right on the image which is being temperamental. Maybe because it is so low on the page. I’ve remove the animation so should appear now at http://www.gardenmorechurch.org/home/ I’ve also attached a screenshot just incase.
http://www.gardenmorechurch.org/gm_screen.png
Thanks,
.a
Hey!
Thank you for the link and the screenshot.
You can use this on Quick CSS or custom.css to move the graphic on mobile device:
@media all and (max-width: 767px) {
#contact > div > div > div > div > div.flex_column.av_one_half.first.avia-builder-el-14.el_before_av_one_half.avia-builder-el-first > span > a > img {
position: absolute;
bottom: -600px;
}
}
Adjust the bottom value if necessary.
Best regards,
Ismael
Hi, This worked a treat… Had to up it to -700px but did exactly what I needed.
Now all I need is a full width Google Maps widget and I’m pretty much done? Any ideas on this one?
Thanks
.a