MyBB Community Forums

Full Version: header width - newbie
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

first post.

sorry if this is a repeat post.

http://www.digitalimaging-uk.co.uk/mybb/index.php

just starting playing with this on my home server. I would like the header area (logo etc) to fit inside the body border. It isn't in the original theme but i just wanted to pull the body back from the sides of the page.

i just can't work out where to make the changes to put the header within it.

thanks in advance,
In the header template, try finding this code(please keep in mind that it might be different since I got that from the source).
<table style="border-left: 1px solid rgb(0, 0, 0); border-right: 1px solid rgb(0, 0, 0); border-collapse: collapse;" align="center" cellpadding="0" width="100%"><tbody><tr><td align="left" background="images/gloss/logobg.png"><a href="http://www.digitalimaging-uk.co.uk/mybb/index.php"><img src="images/gloss/logo.png" alt="digitalimaging-uk forum"></a></td></tr></tbody></table>
Then find and move the above code after this.
<div id="header">
thanks mate.

i didn't know there was an option in the ACP to get right into the template.

sorted.

thank you Smile
No problem, glad I was able to help. Smile
don't wish to start another thread so..

see the search, member list, calendar etc.. links which are centred. how do i move them to the right in line with the end of the header.

i have tried changing in the template and in the themes additional css but no joy.

sorry about this but once i get to know the board setup other things in the future will be easier.

This is the board i'm going to move and the header is the next thing to come over LOL

http://www.digitalimaging.co.uk/photoforum
Try changing the align in this to right.
<table cellpadding='5' width='100%' align='center' style='border-left: 0px solid #000000; border-right: 0px solid #000000; border-collapse: collapse'>

BTW, you should have double quotes around that.
still the same Sad
found it mate.

in the additional css called underlogo and changed it to text-align:right;

see, i'm getting there Wink

thanks