MyBB Community Forums

Full Version: Banner move to center ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi ppl,
I am using a banner image instead of the defult mybb logo , i understand there is a big difference in size, i woul like to know how to align center the banner , currently ive been forced to modify the image to make it line up the way i want , but on a mobile device it looks ugly as it throws the whole forum out of its structure , so in short , how to align banner image and as im using the logo as the banner , is there a more effecient method .
thanks guys 

my url :
theeditorscorner.com/forum

currently the banner is where i want it but its not the most effecient method 
what is the code you are using to show that banner ? for the image html code, you can use align="center"
(2014-09-07, 07:28 AM).m. Wrote: [ -> ]what is the code you are using to show that banner ? for the image html code, you can use align="center"

like i said , i altered the image so the canvas overlaps in a way that it center's the banner .. not ideal i know

but all i have done is add the image and replace logo.png with mainpic.png

	
  <a name="top" id="top"></a>
<div class="topbar"> 

<div class="dns"><div class="float_left" style="margin-left: 6%; margin-top: 12px;"> 
<div id="fadehover"><a href="{$mybb->settings['bburl']}/index.php"><img src="images/1point8/mainpic.png" alt="{$mybb
 that the only edit i have done  ( changle logo.png with the current image mainpic.png)


i tried the code you provided in the link , but it had noe effect , unless i did it wrong.
there appears many things to adjust (not all things are easily fixable to validate the html)
(2014-09-07, 09:29 AM).m. Wrote: [ -> ]there appears many things to adjust (not all things are easily fixable to validate the html)

wow , its weird as ive not altered this theme much in a way to get so many errors, thanks for pointing that out , maybe best to start a fresh theme.