m-o-a

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Featured Icon Blocks – add icons #58027
    m-o-a
    Participant

    Hi,
    i am building up the new website for my wifes project “FrauenFilmTage” (www.frauenfilmtage.at, the given url is the working version). On the landing page i would like to have a proper icon for “films”.
    btw: a great and easy to customize theme 🙂
    thanks CFA

    Website: wp.c-c-a.at/fft

    in reply to: Add link to "Icon Blocks" titles #58026
    m-o-a
    Participant

    I did it the following way.

    1. measure the longest text in the block with the developer tools of the browser.

    2. add the following css (height as you measured):
    .lp-block {
    height: 330px;
    }
    .lp-block a {
    height: 330px;
    width: 100%;
    position: absolute;
    z-index: 200;
    }
    .lp-block-content {
    margin-top: 3em;
    z-index: 100;
    }

    It workes (tested) in Opera 50, Google Chrome 63 and Firefox 57 🙂

    The given url is under construction, but the result can be seen by the 20th of January.

    Website: www.frauenfilmtage.at

Viewing 2 posts - 1 through 2 (of 2 total)