To insert code use <code>...</code>.
Symplex Theme - Can I make the featured header narrower?
  • 2 Comments sorted by
  • You can add the css code below in custom css to adjust the header :

    .heading-inner {
    height:120px;/*change the value by yourself*/
    }

    Regards
    JimbaChen
  • Hi

    Our friend 'Paul' has told me that this solution sometimes will hide the content of heading. You can use the code below to adjust the position of the content area a bit :

    #heading .light-span{
    margin-top:-20px;
    }

    If it still can show well, you maybe need to narrow the font size of the heading content.
    You can add the css code below to adjust it:

    .cont-vert-description p{
    font-size:12px;
    }
    .cont-vert-description h2{
    font-size:15px;
    }
    .heading-inner .page-title{
    font-size:18px;
    }

    Regards
    JimbaChen