Find:virtuosity wrote:http://graphicsedge.net/forum/
Want to center the logo in the center of #wrap:
"GRAPHICEDGE
Tutorials • Contests • Resources • Photos • Etc."
Also like what I have in the picture
http://img641.imageshack.us/img641/9504/questionsb.jpg
Or
Like this example
http://thisisatest.goo-board.com/index.htm
Code: Select all
#site-description {
float:left;
width: 70%;
}
Code: Select all
#site-description {
text-align:center;
width:100%;
}
Yea you can float or do position: absolute; to make the search top right. It's a bit tricker though.virtuosity wrote:Alright that helped, it is centered.
Only thing is I want the search bar still in the top right..
I am assuming I have to do template editing to move it back up?
Also do you know how to do any of the other stuff?
This should do the trick:virtuosity wrote:Another question...
How do I move the #wrap to the very top of the browser?
Code: Select all
body { padding: 0; }
Code: Select all
body { padding: 0 !important; }
Alright thanks.zenpher wrote:This should do the trick:virtuosity wrote:Another question...
How do I move the #wrap to the very top of the browser?
if not, try this:Code: Select all
body { padding: 0; }
Regarding the other stuff; If I can't see the element as a guest, I can't give you code to fix it.Code: Select all
body { padding: 0 !important; }
PHPBB3 & I think it is ProSilverjsoni wrote:Which style you are using buddy? can you please tell me?
No you misunderstood my question I think. May be your style is based on prosilver. But I have asked which style (like CA_Black)virtuosity wrote:PHPBB3 & I think it is ProSilverjsoni wrote:Which style you are using buddy? can you please tell me?
My own style? lol I don't know. I just duplicated & edited ProSilver. I am still working on it though.jsoni wrote:No you misunderstood my question I think. May be your style is based on prosilver. But I have asked which style (like CA_Black)virtuosity wrote:PHPBB3 & I think it is ProSilverjsoni wrote:Which style you are using buddy? can you please tell me?