Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #801165

    Hi,

    I’m trying to create a title container exactly the same as on this page/, so far the height won’t change and I don’t know how to change the breadcrumbs.

    I hope you could help me!

    Greetz,

    Thomas

    #801225

    Hey thomasdries,

    Please provide a link to your site/page in question so we can inspect and look into this further.

    Best regards,
    Jordan Shannon

    #801520

    It is not for just one page, but all pages except the home page. This is the site.

    #801591

    Hi,

    I added the following to quick css:

    #top .title_container .container{
    min-height:125px!important;
    background:#f7f7f7!important;
    border-bottom: 1px solid #ededed!important;
    }
    
    h1.main-title.entry-title{
        padding-top:30px!important;
    }
    
    h1.main-title.entry-title a{
        font-size: 20px;
        color: #4d4d4d!important;
        text-transform: uppercase;
        font-weight: inherit;
        letter-spacing: 2px;
    }
    
    .breadcrumb.breadcrumbs.avia-breadcrumbs{
        color: #919191!important;
         margin-top:40px!important;
    }
    
    a.trail-begin{
    
    color:#afafaf!important
    }
    
    .alternate_color{
    background:#f7f7f7!important;
    }

    This seems to have replicated what you need.

    Best regards,
    Jordan Shannon

    #801637

    Thanks a lot!!

    #801700

    Hi,

    No problem at all. If you need additional help with anything else, don’t hesitate to let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Increase height of title container’ is closed to new replies.