Reduce logo on mobile in Fitzeous theme

Reduce logo on mobile in Fitzeous theme

 In fitzeous theme, in order to reduce size of the logo in mobile only, Please enter below css in wp-admin/appearance/customise/additionalCSS box.


  1. @media (max-width: 991px) {
    .main_header_area .header_menu .navbar .navbar-brand img {
     width: 50%;
    }
  2. }​

    • Related Articles

    • Working with Logo in Airtech theme

      Every business has their own size of the logo, therefore some manual setup might be required to make your logo fit. There is an option to reduce width of the logo to make it fit. To do so ... Go to wp-admin/Appearance/Cutomize/Airtech Header/Logo ...
    • Fixing mobile menu if its not proper.

      In Howello theme, if your logo height is more than the 60px, the mobile menu opening container might overlap with logo. To fix this, Please enter below css in wp-admin/appearance/customise/additionalCSS box. .navbar-header { height: 175px; ...
    • How to change base color in Fitzeous theme

      You might want to change the base green color of Fitzeous theme to match your brand.  You can go to wp-admin/themeoptions/styling to change the base colors of theme. On service block overlays, there is green color, you can change it by adding some ...
    • Fitzeous Icons help

      There are some special icons in Fitzeous theme, here are the available icons.  http://fitzeous.bolvo.com/wp-content/themes/fitzeous/assets/assets/flat-icon/flaticon.html We also added to use Font awesome icons, as above icons are not enough, on the ...
    • Change menu BG color on mobile.

      https://share.getcloudapp.com/d5ueeBE9 If you want to change menu background color on mobile, Please enter below css in wp-admin/appearance/customise/additionalCSS box. @media (max-width: 991px) { .main_menu .navbar { background: #000000 !important; ...