XF 1.5 A problem with Breadbox

akhan

Active member
Hi in the main page and in the forum homepage, the bottom breadbox looks

Mazda Garaj   Mazda Severlerin Bilgi ve Tecrübe Paylaşım Forumu.webp

It disappears when you enter any topic

Mazda 626 İç Kapı Kolu Aydınlatması   Mazda Garaj.webp

What can I do about it?
 
Check for any CSS in your EXTRA.css that hides the breadbox?
Does it do the same in a default style?

I do not understand much. Can you browse?
EXTRA.css
Code:
a
{
    outline: 0;
}
*
{
    outline: none;
}
*:focus
{
    outline: none;
}
:focus
{
    outline: none;
}
input::-moz-focus-inner
{
    border: 0;
}
textarea
{
    resize: none !important;
}
#headerMover #headerProxy
{
    margin: 0 auto;
    max-width: 1250px;
    background-color: transparent !important;
}
.lgnfacebook
{
    margin: -4px auto 4px auto;
    text-align: center;
}
.lgntwitter
{
    margin: 8px auto 8px auto;
    text-align: center;
}
.lgngoogle
{
    margin: 8px auto 6px auto;
    text-align: center;
}
#logo
{
    margin-left: 20px;
}
.sabitbar
{
    position: fixed;
    z-index: 1000;
    right: 0;
    left: 0;
    top: 0;
}
.nav_up
{
    padding: 7px;
    border: 1px solid @primaryLighter;
    position: fixed;
    background: @primaryLighterStill url('@imagePath/xenforo/icons/arrow_up.png') no-repeat top left;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
    bottom: 50px;
    opacity: 0.7;
    right: 10px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 3px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.nav_down
{
    padding: 7px;
    border: 1px solid @primaryLighter;
    position: fixed;
    background: @primaryLighterStill url('@imagePath/xenforo/icons/arrow_down.png') no-repeat top left;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
    bottom: 10px;
    opacity: 0.7;
    right: 10px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 3px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.navTabs .navTab.resources .navLink:before
{
    display: block !important;
    font-family: FontAwesome;
    position: absolute;
    top: 0 px;
    left: 9px;
    border-left: none;
    content: "\f044";
    font-size: 12px;
    font-weight: normal;
}
.navTabs .navTab.resources .navLink
{
    padding-left: 28px;
}
.navTabs .navTab.xengallery .navLink:before
{
    display: block !important;
    font-family: FontAwesome;
    position: absolute;
    top: 0 px;
    left: 9px;
    border-left: none;
    content: "\f03e";
    font-size: 12px;
    font-weight: normal;
}
.navTabs .navTab.xengallery .navLink
{
    padding-left: 28px;
}

/* Sosyal Medya Kart */
.mzdtakip
{
    width: 278px;
    display: inline-block;
}
.mzdtakip a
{
    text-decoration: none;
}
.mzdtitle
{
    width: 278px;
    padding: 4px 0;
    line-height: 16px;
    display: inline-block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #7192a8 url('@imagePath/xenforo/gradients/newbtn_middle.png') repeat-x;
}
.mzdtitle .l
{
    float: left;
    margin: 0 10px;
    font-weight: bold;
    display: inline-block;
    color: @textCtrlBackground;
}
.mzdtitle .r
{
    top: 2px;
    right: -3px;
    width: 20px;
    height: 20px;
    margin: 0 4px;
    display: block;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    border-radius: 40px;
    text-decoration: none;
    color: @textCtrlBackground;
    background: rgba(102, 91, 91, 0.8);
}
.mzdliste
{
    width: 288px;
    display: inline-block;
}
.mzdplatform
{
    width: 275px;
    margin: 0 0 5px 0;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #c4c4c4;
    background: #f6f6f6 url('@imagePath/xenforo/gradients/category-23px-light.png') repeat-x top;
}
.mzdlogo
{
    float: left;
    margin: 6px;
    width: 32px;
    height: 32px;
    display: inline-block;
}
.mzdlogo:hover
{
    opacity: 0.7;
}
.mzdsite
{
    float: left;
    margin: 10px 0 0 0;
    display: inline-block;
    line-height: 13px; color:#000;
}
.mzdsite:hover
{
    color:#666;
}
.mzdsite .u
{
    display: block;
    font-weight: bold;
}
.mzdsite .a
{
    display: block;
    font-size: 10px;
}
.mzdbuton
{
    float: right;
    height: 20px;
    display: inline-block;
    margin: 11px 10px 0 0;
}
.mzdck
{
    width: 100%;
    height: 100%;
}
.mzdsocialgnpath
{
    background-image: url('@imagePath/xenforo/mzd-social-sprite.png');
    background-position: -51px -3px;
    float: left;
    width: 44px;
    height: 40px;
    display: block;
}
.mzdsocggl
{
    background-position: -3px -2px;
}
.mzdsoctwt
{
    background-position: -51px -3px;
}
.mzdsocytb
{
    background-position: -2px -54px;
}
.mzdsocfbook
{
    background-position: -52px -54px;
}
.extraFooter
{
    padding: 15px;
    display: block;
    font-size: 13px;
    overflow: hidden;
    color: rgb(252,252,255);
    background-color: #2b485c;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.extraFooter h3
{
    color: #e68c17;
    font-size: 17px;
    font-weight: 700;
    margin: 0 auto 7px;
}
.footerBlock p
{
    line-height: 1.8;
}
.footerBlock.aboutUs
{
    width: 60%;
    padding-right: 25px;
}
.footerBlock
{
    width: 20%;
    float: left;
    display: block;
    padding: 0px 10px;
    box-sizing: border-box;
}
.xbSocialLinks
{
    text-align: left;
}
.xbSocialLinks li
{
    display: inline-block;
}
.xbSocialLinks li a
{
    height: 23px;
    padding: 6px;
    display: block;
    margin-top: 3px;
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 3px;
    border-radius: 3px;
    color: @textCtrlBackground;
    transition: opacity 0.3s ease-in-out;
}
.footerList a, .socialLinks a
{
    display: block;
    padding: 5px 0;
    font-size: 11px;
    color: rgb(200,200,200);
}
.xbSocialLinks .xbslTwitter a
{
    background-color: #00aced;
}
.xbSocialLinks .xbslFacebook a
{
    background-color: #3b5998;
}
.xbSocialLinks .xbslGoogle a
{
    background-color: #dd4b39;
}

@media (max-width:800px)
{
    .extraFooter .footerBlock.aboutUs
    {
        width: 100% !important;
        float: none;
        text-align: center;
        box-sizing: border-box;
    }
    .extraFooter .footerBlock
    {
        width: 50% !important;
        float: left;
        text-align: center;
        box-sizing: border-box;
    }
    .extraFooter .xbSocialLinks
    {
        width: 100% !important;
        text-align: center;
    }
}
@media (max-width:610px)
{
    .extraFooter .footerBlock
    {
        width: 100% !important;
        float: none;
    }
    .extraFooter .xbSocialLinks
    {
        width: 100% !important;
        text-align: center;
    }
}
@media (max-width:480px)
{
    .extraFooter .footerBlock
    {
        width: 100% !important;
        float: none;
    }
    .extraFooter .xbSocialLinks
    {
        width: 100% !important;
        text-align: center;
    }
}
img {
max-width: 100%;
height:auto;
box-sizing:border-box;
padding-bottom: 3px;
}
@media (max-width:@maxResponsiveNarrowWidth)
{
    .Responsive .node .subForumList,
    .Responsive .subForumsPopup
    {
        display: block !important;
    }
}
 
Back
Top Bottom