Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hello!

    You have to make a few css changes:
    1. style.css line 682

    div.box-title {
    display: block;
    /* position: relative; */
    overflow: hidden;
    margin-bottom: 10px;
    }

    2. style.css line 683:

    div.box-title h2 {
    /* position: relative; */
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #737373;
    padding: 0px;
    border-bottom: 4px #444 solid;

    Disable position: relative; property!

    Thread Starter Carny88

    (@carny88)

    It works, thank you for your fast help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget titel disappears in chrome’ is closed to new replies.