![]() |
Moving The Panel - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Support (https://community.mybb.com/forum-10.html) +---- Thread: Moving The Panel (/thread-95181.html) |
Moving The Panel - MrJohn - 2011-05-26 I ran in to yet another problem with my theme creation. I need to move the panel to the area that I have made for it in the logo. How would I go about doing that? I would also want to make it transparent if I could. Screenshot: http://i54.tinypic.com/j9vs03.png RE: Moving The Panel - Alan S. - 2011-05-26 Float it within the header, add float:right; to #panel Without seeing the code you're using it's hard to give any more guidance than that. RE: Moving The Panel - MrJohn - 2011-05-26 Here is my header:
Here is my #Panel:
RE: Moving The Panel - Alan S. - 2011-05-26 Try putting the panel inside the logo div:
Then add some margins to align it correctly. RE: Moving The Panel - MrJohn - 2011-05-26 Did not change any thing. Thanks for the suggestion though. RE: Moving The Panel - Alan S. - 2011-05-26 Is that whole image set as the logo? It needs to be set as a background image in the CSS for what I suggested to work. Without seeing all the code together it's not easy to see what will work. RE: Moving The Panel - MrJohn - 2011-05-27 Ah that was it, worked like a charm. Thanks mate! |