Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1243441
    Lely
    Moderator

    Hi There,

    Look for this part on your custom CSS:

    @media (max-width:979px){
    .x-brand img {
    width: 280px;
    float: right;
    padding-left: 0px;  
    }

    Update to this:

    @media (max-width:979px){
    .x-brand img {
    width: 280px;
    float: right;
    padding-left: 0px;  
    }
    }

    Closing curly brace is missing for media query.
    Please make sure that for every open curly brace there’s a corresponding closing.

    Hope this helps.

    #1244313
    Nharris321
    Participant

    Ah I see! Sorry I am such a newb at custom css and java; however, you guys are turning me into a pro. Thanks for the support Lely!

    #1244321
    Joao
    Moderator

    Glad to hear it 🙂

    Joao

  • <script> jQuery(function($){ $("#no-reply-1226348 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>