Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #63312
    baneff
    Participant

    There is following code in style.css of Catch Box Free 3.6.1:

    #site-generator .copyright, 
    #site-generator .powered {
        width: 470px;
    }

    This code does not allow me to change the formatting of the footer.
    As a result, my following code is not working properly:

    @media screen and (min-width: 1000px) {
      #page { width: 1000px; }
      #site-generator .copyright { width: 75%; }
      #site-generator .powered   { width: 25%; }
    }

    My code was working correctly earlier. Also my code works now if I comment out the code above in style.css, but it’s incorrect solution. Please help me solve this problem correctly.
    Thanks.

    #63416
    Sakin
    Keymaster

    @baneff: Your CSS will work only for screen which is larger then 1000px.

    #63428
    baneff
    Participant

    It was my fault, everything works now, I’m sorry.
    Thanks.

    #63716
    Sakin
    Keymaster

    @baneff: No problem. Thanks 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Strange code in style.css’ is closed to new replies.