Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • zhihuazhou Friend
    #977955

    Hi, I tried enable small logo for small size screen. However, both the normal logo and small logo will not center aligned. Please see the attached picture.

    I tried add below code to custom.css, however, it shows me two logos.

    .logo-control .logo-img {
    display: block;
    margin-top: 20px;
    }

    .logo-control .logo-img-sm {
    display: block;
    margin-top: 10px;
    }.

    Please help me to solve this issue. Thank you.


    1. 1111
    Pankaj Sharma Moderator
    #977962

    Hi
    Apply my solution below
    Go to custom.css file
    Find below code

      .t3-header .logo-image,
      .t3-mainnav .logo-image {
        height: 40px;
        line-height: 40px;
        width: 150px;
      }
    

    replace it with

    
      .t3-header .logo-image,
      .t3-mainnav .logo-image {
        height: 40px;
        line-height: 48px;
        width: 150px;
      }
    

    Changes in the line-height code .

    The for large display logo add below code in custom.css file

    
    .logo-image {
        line-height: 70px;
    }

    Save file , clean cache and check .

    Regards

    zhihuazhou Friend
    #978014

    Great, Thank you Sharma. It works

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 2 replies, has 2 voices, and was last updated by  zhihuazhou 7 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum