Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1186364

    Paul R
    Moderator

    Hi,

    Please remove the code in your custom css that reads.

    
    .x-topbar .p-info span img {
        position: relative;
        top: -5px;
    }
    

    Then add this code instead.

    
    .x-topbar .p-info {
        line-height:25px;
        width:100%;
        text-align:center;
    }
    
    .x-topbar .p-info span img {
        float:left;
        margin-right:10px;
    }
    
    .x-topbar .p-info span {
        display: inline-block;
        vertical-align: top;
    }
    

    Hope that helps.