View Full Version : breadcrumb overlap issue
betterthanyours
09-01-2012, 05:15 PM
Can anyone assist me with this please?
snakes1100
09-01-2012, 05:42 PM
The custom theme is the issue, you will need to adjust one of your stylevars, dont recall which one, try a sub one of the navbar with size in the name.
betterthanyours
09-03-2012, 02:39 PM
Anyone know which stylevar needs changing? The theme is no longer supported or developed by MD...
Lynne
09-03-2012, 03:09 PM
Use firebug (in firefox) and you should be able to find the CSS effecting it and then find it in the templates.
betterthanyours
09-04-2012, 10:03 PM
Thanks Lynne for your help so far. I've installed firebug. However, I am not really familiar with the program it self...would you be able to assist me further and guide me in what I should be looking for?
Thank you
Lynne
09-04-2012, 10:15 PM
Have you thought of asking the designer for help?
If you post a link to the problem style, then we may be able to make suggestions on what CSS to change.
betterthanyours
09-05-2012, 07:22 AM
Here is the link for the problem style...
http://www.unrealkillers.com/?styleid=36
Where can I find designers? I thought most resources for vb would be here and that if there were any designers, they'd respond?
zascok
09-05-2012, 02:28 PM
It's not the breadcrumb overlapping it's poorly designed menu not in it's place. Where did you get that skin? Ask the designer he/she would know how to fix it.
Lynne
09-05-2012, 02:46 PM
You could change this in the custom css stylesheet/template:
.body_wrapper {
....
margin:auto;
}
to:
.body_wrapper {
....
margin:35px auto;
}
I don't know that that is what it is supposed to look like though. The designer of the skin would be the best person to ask about this.
betterthanyours
09-06-2012, 07:15 AM
Thanks Lynne I'll give that a shot. The designer of the theme no longer develops it however it is still on sale on their website....got duped into it to be honest. Hence why I cannot contact the dev. I managed to find an update in a download online which is this one, works perfectly apart from the menu/breadcrumb overlapping.
betterthanyours
09-08-2012, 05:52 PM
Well that didn't work but thanks Lynne. I'll just leave it I suppose!
RipperJack
09-08-2012, 07:51 PM
betterthanyours just replace your navbar template with this it will fix your problem, I have that same style on my site and took me a while but I finally got it working
<div id="navbar" class="navbar">
<ul id="navtabs" class="navtabs floatcontainer<vb:if condition="$show['member'] AND $notifications_total"> notify</vb:if>">
{vb:raw template_hook.navtab_start}
{vb:raw navigation}
{vb:raw template_hook.navtab_end}
</ul>
</div><!-- closing div for above_body -->
<div class="body_wrapper">
<div id="page_top">
<div id="page_bot">
<div id="mainwrapper">
<div id="breadcrumb" class="breadcrumb">
<ul class="floatcontainer">
<li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>
{vb:raw navbits.breadcrumb}
{vb:raw navbits.lastelement}
</ul>
<hr />
</div>
{vb:raw ad_location.ad_navbar_below}
{vb:raw ad_location.global_below_navbar}
<vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register'">
<form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
<input type="hidden" name="do" value="dismissnotice" />
<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
<input type="hidden" name="url" value="{vb:raw return_link}" />
<ol>
{vb:raw notices}
</ol>
</form>
</vb:if>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.