Support » Theme: Customizr » Custom CSS Not Working

  • Resolved gabrielmcintosh

    (@gabrielmcintosh)


    The custom CSS is not working on this site:

    http://www.rodiniawines.com/

    The first two divs work, but the last two are not being applied.

    .row-fluid .span7 {
    display: none;
    }

    .navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: right;
    margin: 0 10px 0 0;
    }

    .navbar .navbar-inner {
    z-index: 200;
    /* position: relative; */
    margin: 14px 5px 10px;
    border: 0;
    padding-left: 5px;
    }

    .navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    *zoom: 1;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom CSS Not Working’ is closed to new replies.