pls i need a help on how i can make the logo to be at the right hand side of the header and the search box to be moved to the left hand side under the user info. I changed my logo from default to custom and it moved the user info and search box down. See the screen shot of how i want the header to be. I have pointed to arrow to where i want them to be. Thank you for your time and help.
That looks like a custom theme, Mulwa. As we don't have a clue as to how that theme was coded, you might be best asking in the theme's support topic. That's assuming you get the theme from here, of course...
Which theme?
it's a custom theme based on default theme. The theme is "on the beach" link to the theme; http://custom.simplemachines.org/themes/index.php?lemma=2753
I see you've posted in the theme's support topic. :)
I'll mark this "Solved". :)
pls don't nark it solved, cause i need that to be done on default theme as well. Pls i need a help on the default theme that the header might be as i wanted it to be.
Ah... You didn't tell us that...
am sorry for that. Pls help me to do it for the default theme also. Cause i would use it on the default theme as well
Without needing to completely recode the thing, couldn't you make the logo a gif/png, with a transparent background? If the left part's transparent, the actual logo will appear on the right. Kinda like the attached.
but why is it pressing the user info and the search box down when i put and custom logo? Just look at the screen shot how the user info and the search box are moved down. And if i use a small logo, the user info and the search box move up again. It happens like that even on default theme
this is cause of the size of the logo and how the default theme is designed to work with logo's as on the beach is just a variation of the default it will act the same.
Μπράιαν Poύνικ Ντίκεν,
please can you help me to fix it for me on the default theme? Thank you for your time sir
Use a smaller logo? Seems the easiest way...
@ K@ you are right. But i would like to make the logo a bit bigger.
I would imagine that the best way to get a bigger logo (which, by the way, a lot of your members might find extremely annoying, after a while), would be to forget the normal way of adding a logo and add some code to index.template.php, to show the logo independent of the normal "Show logo" stuff.
I'm not sure where to put the code, now, coz it's a long time since I did this... But, I used this:
<div style = "text-align: center;"> <img src="http://www.forum.com/Banner.gif" usemap="#Banner" alt="" style="border-style:none" /></div>
It'd probably need to go somewhere around the <body>'; tag.
Although... In that file, there's a line that says this:
// Custom banners and shoutboxes should be placed here, before the linktree.
Maybe something could go there, huh? Not sure what, to be honest, coz I tried the code, above, there, and the forum croaked. :(
Before you start editing files, though, you WILL remember my sig... won't you? ;)
thank you K@, maybe i should be trying to check the section where i need to place the code
It'd be best for you to try things out, coz you know exactly where you want the logo.
Trial and error, perhaps?
Do remember to keep the original file, as a backup, though. :)