Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Scrolling + META + CSS + BUG Reply To: Scrolling + META + CSS + BUG

#242854
rkieru
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.