Jump to the post that solved this thread.
Solved: 4 Years, 10 Months, 1 Week ago image in the header
#12
Solved: 4 Years, 10 Months, 1 Week ago
ok i've been more actively learning about css / html etc.
so i came back to this thread now i understand more about what Wires was saying
going to post the final solution here

for the css
#logo {
	background: url("https://i.imgur.com/cdGkI35.png");
    background-repeat: no-repeat;
    background-position: left;
	padding: 10px 0;
	border-bottom: 1px solid #263c30;
	height: 142px;
}

.my_header{
	margin-top: 90px;
}

and then edit the header template from
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
					<ul class="menu top_links">
						{$menu_portal}
						{$menu_search}
						{$menu_memberlist}
						{$menu_calendar}
						<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>
						</ul>

to

					<div class="my_header"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
					<ul class="menu top_links">
						{$menu_portal}
						{$menu_search}
						{$menu_memberlist}
						{$menu_calendar}
						<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>
						</ul></div>

feel free to check it out on my site on how it looks
blackmarke7.com

NOT the link in my sig since i haven't update that one yet Toungue
Reply
Jump to the post that solved this thread.


Messages In This Thread
image in the header - by 8guawong - 2018-05-13, 09:29 AM
RE: image in the header - by ziuma - 2018-05-13, 01:03 PM
RE: image in the header - by 8guawong - 2018-05-13, 01:45 PM
RE: image in the header - by Livewire - 2018-05-13, 02:01 PM
RE: image in the header - by 8guawong - 2018-05-13, 03:25 PM
RE: image in the header - by Wires - 2018-05-13, 05:04 PM
RE: image in the header - by 8guawong - 2018-05-13, 05:15 PM
RE: image in the header - by Wires - 2018-05-13, 05:27 PM
RE: image in the header - by 8guawong - 2018-05-13, 11:27 PM
RE: image in the header - by Wires - 2018-05-14, 12:33 AM
RE: image in the header - by 8guawong - 2018-05-14, 04:37 AM
RE: image in the header - by 8guawong - 2018-07-13, 06:50 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)