Hi Merhpadin,

Am using your wonderful theme AGAIN! (Sometime I will send you screenshots - so you can see the variety.) This time I am trying to place three components(blocks) in the header region - the logo, the primary links menu, and a third block which will contain a rollover donate button. No matter what I do, the donate button drops below the menu. I've examined the region/header/logo sizes and there seems to be enough room. Interestingly, the block automatically adds a

before the image - I can't seem to stop that from happening. What are your thoughts? Thanks so much for your help. Screenshots attached.

Lynne

CommentFileSizeAuthor
Picture 7.png194.54 KBlfrey
Picture 5.png994.45 KBlfrey

Comments

lfrey’s picture

Hi 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

lfrey’s picture

Hi 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

mehrpadin’s picture

Status: Closed (fixed) » Fixed

Hey,

Great, ok simply add #header .region .contents { clear:none; } somewhere in mpFREE.css and it'll be fine.

Status: Active » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.