Forums

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

Home Forums CSS borders problems Re: borders problems

#132269
CrocoDillon
Participant

On `.headerpost` you have a border and on `.contentpost` you don’t, that’s why the former is a little bit wider. You can fix this by removing `width: 100%` form `.headerpost`. That might fix the gaps too. The layout is to weird for me to do more testing there.