Forum Replies Created

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

    (@hans57sauc)

    Woohoo!!! You are amazing! Thanks so much, that was perfect! I’d be happy to write a review, this has been the best theme I’ve used so far on WP as it is more customizeable and user friendly than most. Thanks again!

    hans57sauc

    (@hans57sauc)

    Hi, I have customized my header with some of these snippets to remove the navbar, etc. But i have lots of empty white space around the logo. any ideas on how to correct? https://www.vacuumcenter.dguirl.com/

      Current Custom CSS in use:

    /* Center the logo (function custom_center_brand) */
    .brand.span10.offset1 {
    float: none;
    }
    /* Navbar */
    .navbar .nav {display:none;}
    /* Navbar box */
    .navbar .navbar-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }
    /* Remove Page Icon/Title */
    .page .entry-title.format-icon {
    display: none;
    }
    /* Remove Post Icon/Title */
    .blog .entry-title.format-icon {
    display: none;
    }

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