themeblvd / jumpstart

The most extensive WordPress theme for both users and developers from Theme Blvd
http://wpjumpstart.com
GNU General Public License v2.0
5 stars 2 forks source link

Entrepreneur base CSS bug, tagline not displaying #277

Closed themeblvd closed 7 years ago

themeblvd commented 7 years ago

When user selects for a title + tagline logo display in theme options, the tagline does not display. In base.css, there is a CSS bug around line 169. This should be a max-width, not min-width:

@media (min-width: 768px) {
    .header-content .header-text-logo .tagline {
        display: none;
    }
    .mobile-nav > li > a {
        padding-right: 10px;
        padding-left: 10px;
    }
}