I’m building several galleries using bloxx. The Close “X” and arrow buttons at the top are being pushed so close to the edge of the browser window, they almost look like they’re being overlapped a little. Anybody else having this problem or know how to resolve it?
Hi Casy,
I think you’ve found a bug in the Bloxx theme. The issue is the line-height property you’ve got set on the body element of your page. To correct this simply add a new CSS style that corrects the line height for the header bar;
.bloxx-header { line-height:1 }
Regards,
Tim.
On 30 Apr 2013, at 17:57, casey stoll wrote:
I’m building several galleries using bloxx. The Close “X” and arrow buttons at the top are being pushed so close to the edge of the browser window, they almost look like they’re being overlapped a little. Anybody else having this problem or know how to resolve it?