Announcement

Collapse
No announcement yet.

Base Ready Theme - style.css coding error?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Base Ready Theme - style.css coding error?

    I noticed this today in the style.css file, starts at line 1284, for the Base Ready Theme:

    Code:
    header.btmheader {
        padding-top:  10px !important;
        padding-bottom: 10px !important;
    }
    .navbar ul li {
        border:none;
    } 
    } *** Appears to be an extra bracket ***
    
    
    @media (max-width: 767px) { *** Appears to be an extra bracket ***
    .container {
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
    }
    Last edited by slabar; 01-29-15, 11:45 AM.
    Sincerely,

    Stephen M. LaBar, Jr.
    (770) 441-9447
    The Martial Arts Store

    Please Visit Our Site At:
    http://www.themartialartsstore.com

    #2
    Re: Base Ready Theme - style.css coding error?

    Hi Stephen -

    That is actually correct, the @media (max-width: 767px) has its own opening and closing tags which have css tags within them.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment

    Working...
    X