Hi,

I would like to increase size of top logo. How could I do that ?
Image is bigger than displayed.

Thanks
Carine

    carine-k
    Hi
    Kindly share the working site URL.
    The submitted site URl using a custom webpage.

    carine-k
    Hi
    Add this code in custom.css file and set the width and height as per needs

    .logo-image a {
        width: 172px;
        height: 36px;
    }
    .t3-mainnav.min-mainnav .logo-image a img {
        max-height: 30px;
    }

    Hi Pankaj,

    OK it change logo size but a part of logo is missing (see screenshot).
    Thanks
    Carine

      carine-k
      Hi
      Add this code in custom.css file

      .t3-mainnav.min-mainnav .navbar-inner .brand {
          padding: 36px 20px;
      }

      Hi Pankaj,

      I've added the new code but it doesn't fix anything. I've tried with different sizes.

      Thanks
      Carine

        carine-k
        Hi
        Kindly clear your browser cache, the code is already working http://prntscr.com/v7jcym
        You can add this code as well to increase clickable area of logo

        .t3-mainnav.min-mainnav .logo-image a {
            height: 72px;
        }

        I'm sorry but a part of logo is missing on your screenshot. It has to be SostenuTO. 2 letters are missing. Then baseline is also truncated, it has to be "Production, Edition, Tour, Accompagnement artistique ..."
        Please find the logo to see what has to be shown.

        Thanks
        Carine

          carine-k
          Hi
          Logo image is very big its not possible to show exact same view.
          You have this code in custom.css file

          .logo-image a {
              width: 225px;
              height: 70px;
          }

          change its width and value to set a custom width.

          7 days later

          Hi Pankaj,

          I've already tried this but there's still a part of the logo missing.
          What can I do to have the entire logo ?

          Current code is
          .logo-image a {
          width: 350px;
          height: 109px;
          }

          Thanks
          Carine

          Also when you scroll on page, logo is stuck to red line (please see screenshot). Is it possible to display a margin ?
          Or to align logo on middle of top nav ?

          Then is it possible to increase size of menu font ? And align navigation menu on middle of top nav ?

          Thanks
          Carine

            Great Pankaj !
            Where did make some changes so I can save them on local.

            Thanks a lot
            Carine

            Is it possible to increase a little bit font size of top nav ?
            Thanks
            Carine

              carine-k
              Hi
              The changes in the /tpls/blocks/header.php file and in the custom.css

              13 days later
              Ninja locked the discussion.
              Write a Reply...
              You need to Login to view replies.