• Resolved Nad13

    (@nad13)


    Hello,

    Hi, can anyone help me please.
    I tried several sizes of logos, modifying the CSS. Deformations, but not change the small size of the logo (180×60) site.
    An idea?
    thank you
    ————
    Bonjour,
    j’ai changé plusieurs fois le css, j’ai eu des deformations, mais impossible de changer la hauteur du logo de (180x60px)
    Une idée, merci.

    fichier : Style.css

    /* Header Top */
    #header-top {
      width: 100%;
      margin: 28px 0 0 0;
    }
    #header-top .header-left a.logo {
      width: auto;
      height: 60px;
      display: block;
      text-decoration: none;
      float: left;
    }
    #header-top .header-left a.logo img {
      width: auto;
      max-height: 100%;

    Please help

Viewing 1 replies (of 1 total)
  • Thread Starter Nad13

    (@nad13)

    Hello,

    OK ==>> wp-content\themes\medica-lite\

    function.php

    // Custom Header
            $args_custom_header = array(
                'width'         => '180',
                'height'        => '60',
                'flex-height'   => true,
                'header-text'   => true
            );
            add_theme_support( "custom-header", $args_custom_header );

    modifie

    // Custom Header
            $args_custom_header = array(
                'width'         => '300',
                'height'        => '60',
                'flex-height'   => true,
                'header-text'   => true
            );
            add_theme_support( "custom-header", $args_custom_header );

Viewing 1 replies (of 1 total)
  • The topic ‘Logo Medica theme’ is closed to new replies.