Closed (fixed)
Project:
mpFREE
Version:
6.x-1.6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2010 at 22:16 UTC
Updated:
2 Nov 2013 at 00:30 UTC
Jump to comment: Most recent
Comments
Comment #1
lfrey commentedHi Mehrpadin,
Just to correct the above,
"Interestingly, the block automatically adds a
<p>before the image - I can't seem to stop that from happening."I followed your suggestion of creating a new input format, with no filters checked, and the block still inserts a
<p>prior to the image. I don't know if that's what causing the image to drop to the next line - any thoughts on this?Thanks for your help and feel better soon,
Lynne
Comment #2
lfrey commentedHi Mehrpadin,
I think I found it - using Firebug -
As I look at the code:
there's a
<div class="contents">after the blocks - which contains a clear:both (which would move the block contents to the next line). When I delete that clear (using Firebug - not touching the actual css or code) the image pops right up to the same line as the primary menu - woo hoo! Now, what can I do to make this change happen permanently without affecting the rest of the site?thx,
Lynne
Comment #3
mehrpadin commentedHey,
Great, ok simply add
#header .region .contents { clear:none; }somewhere in mpFREE.css and it'll be fine.