Home › Forums › CSS › Scrolling + META + CSS + BUG › Reply To: Scrolling + META + CSS + BUG
June 14, 2016 at 12:34 pm
#242854
Participant
I am not sure I understand what you are trying to accomplish.
If your concern is that the title (Titulo da Página) and content box appear so far below, the reason for that is in your CSS:
#container_pai {
top:100%;
The top:100%
is pushing your content down.