Archived topic
info site
3 replies · Started by edefia on July 12, 2015
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 ?
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?
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 ?
Not having it at all is the same as having it say "auto".
Leaving it as auto won't do any harm though :)
