Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #245737

    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

    • This topic was modified 10 years, 7 months ago by _andym.
    #246069

    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

    #246270

    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

    • This reply was modified 10 years, 7 months ago by _andym.
    #246471

    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

    #247848

    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

    #248190

    Hey!

    You can simply edit your page and add Google Map element under Media Elements in Avia Layout Builder

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.