Hi everyone! Is there a way to do negative margins? I'm trying to get a body table to shift upward so that it overlaps the bottom .25in of the header.
w
Wolf
09/20/2018, 6:37 PM
I assume you've tried setting
margin-top="-0.25in"
?
Wolf
09/20/2018, 6:38 PM
If that doesn't work, you might also be able to set it to an absolute position.
👍 1
Wolf
09/20/2018, 6:38 PM
But is there a reason you can't just make the header shorter?
k
Kris Wood
09/20/2018, 6:39 PM
The header is already as short as it can be and hold all the info it needs in the layout they want.
Kris Wood
09/20/2018, 6:40 PM
Yes I tried margin-top with a negative value and it broke the table altogether so that it displayed oddly. Not sure how to explain that.
Kris Wood
09/20/2018, 6:45 PM
Yes, absolute position worked, thank you!!!
w
Wolf
09/20/2018, 7:25 PM
Excellent! Yah, I've noticed that BFO can get confused by any layout that's a bit out of the ordinary. In my (admittedly limited) experience anything unusual is best done with absolute position if possible.