XF 1.1 Is this a bug with notices, or just me!

DaveL

Well-known member
Hi,

Just created a notice and it displays perfect on the home page, however once you go into forums or threads the appearence changes.
Heres a few screenshots.

notice.webp
notice1.webp
 
It displays the same on the home page for me - on a 24" monitor.

You just need to add a colour to the background for the panel container.
 
Actually, this just has to do with float containment. Try wrapping the whole HTML in your notice with:

Code:
<div style="overflow: hidden; zoom: 1">...</div>
 
Actually, this just has to do with float containment. Try wrapping the whole HTML in your notice with:

Code:
<div style="overflow: hidden; zoom: 1">...</div>

Hi Mike,

That worked a treat, thank you :)

One more quick question though! On my homepage and forum page it fills up the whole box which looks good.
www.doverlocals.co.uk
http://doverlocals.co.uk/forum/

However if I go into a forum or thread the text seems to be smaller?
http://doverlocals.co.uk/forums/dover-deal-chat.24/
http://doverlocals.co.uk/threads/eurotunnel-bid-for-seafrance.6583/

IS this normal or something ive for a bit wrong!
 
Top Bottom