I'd like to float the skinr(ed) login block to the right of the header region next to the logo. Firebug tells me it's being floated but I can't seem to get it right. Any help would be appreciated.

CommentFileSizeAuthor
#3 screen5.jpg11.92 KBrickh

Comments

sheena_d’s picture

Component: Code » Miscellaneous
Status: Active » Closed (fixed)

most likely the block's width is set to full-width. If you experiment with changing the block's width via skinr you will probably find the solution.

If that does not help, then I would need more details about the issue - what region the block is placed in, exactly what your skinr settings are, etc.

rickh’s picture

sheena

thanks for the quick reply the width corrrectly the float but they are still not inline. screenshot attached. The block is in the header region, 8 units wide, Block position: float block to right, User login block styles: horizontal and the rest is unselected or none. Thanks again for the help.

rickh’s picture

StatusFileSize
new11.92 KB

sorry screenshot

sheena_d’s picture

Did you try smaller block widths?

You can also make the site info area smaller by adding this CSS to local.css:

#header-site-info.block {
  width: auto;
}
rickh’s picture

sheena that worked like a charm. thanks again.