Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    hello, @zeekitter

    To do that, go to Appearance → Customise → Additional CSS and enter the following code:

    .navbar-brand {
      height: 150px; /*ADD YOUR DESIRE HEIGHT*/
      margin-bottom: 10px;
    }
    
    .navbar-brand > a > img{
      max-height: 150px; /*ADD YOUR DESIRE HEIGHT*/
    }
    
    .navbar-brand > img{ 
      max-height: 150px; /*ADD YOUR DESIRE HEIGHT*/
    }
    
    @media (min-width: 768px) and (max-width: 1024px) {
      .navbar-brand {
        height: 100px;
      }
    
      .navbar-brand > a > img{
        max-height: 100px;
      }
    
      .navbar-brand > img{ 
        max-height: 100px; 
       }
    }
    
    @media (min-width: 320px) and (max-width: 767px) {
      .navbar-brand {
        height: 75px !important;
      }
    
      .navbar-brand > a > img{
        max-height: 75px !important;
      }
    
      .navbar-brand > img{ 
        max-height: 75px !important; 
       }
    }

    Hope it will help you.
    Thank You.

    • This reply was modified 6 years, 2 months ago by Anonymous User 16453565.
    Thread Starter zeekitter

    (@zeekitter)

    Hello @snehalb890

    Actually i am talking of changing the size of logos in Customizing ? Frontpage sections ? Clients area and not the main logo.

    Please see if you have a code for it.

    Thanks for reverting.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change the size of logos in Zerif Client section’ is closed to new replies.