Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #243486

    Hi there Kriesi team!

    A couple things at punamusicfestival.com on the home page:

    – The Tickets column needs to line up with the Updates (blog post) column, but not doing so. Any way to tweak the code that you guys provided to ensure it always aligns?
    – For the updates column, is there a way to NOT show the image/grid area – just the title/exerpt/link?

    Thanks kindly!
    Drew

    #243648

    Hey HiDrew!

    Please add following code to Quick CSS

    @media only screen and (min-width: 989px) { 
    .page-id-18 .avia-builder-el-12 {
    margin-top: -475px; }}
    .page-id-18 .slide-image { display: none !important; }

    Regards,
    Yigit

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