Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Aurum

    (@aurum)

    I couldn’t get the bottom command to work after experimenting with it both the main header container nor the path (horizontal menu).

    I did devise something of a solution, by using the padding tag in the horizontal menu CSS.

    .path {
    vertical-align: bottom;
    color: #FFF;
    font: normal 1.1em Verdana,sans-serif;
    padding: 4px 12px;
    padding-top: 400px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    }

    It works, but my question, is it efficient or might this pose some sort of incompatibility issue down the road?

    Thread Starter Aurum

    (@aurum)

    I thought that, but when I put vertical-align: bottom; in my header CSS entry it changed nothing.

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