[Resolved] info site

Home Forums Support [Resolved] info site

Home Forums Support info site

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #120471
    edefia

    Hi
    I need some help again. I have a problem with the info site. I don’t know why the copyright, the info site are not at the good place in my site that you can see here . What can I do ?

    #120546
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    I think it has to do with this code you added:

    body .grid-container {
        height: 380px;
        width: 1200px;
    }

    This sets the height for every single container element in the site – there’s a lot of them.

    Instead, you need to be more specific with your CSS.

    Which element are you trying to target?

    #120562
    edefia

    As usual you are right ! But if I delete this code I don’t see again the info site but if I replace 380px in the code by auto it’s ok. Do you think it’s a good solution ?

    #120669
    Tom
    Lead Developer
    Lead Developer

    Not having it at all is the same as having it say “auto”.

    Leaving it as auto won’t do any harm though 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.