• Hi, I have looked through several topics about resizing logo. I used CSS commands from those threads and they did not work. Can someone help me with my website: meinnorway.com I want to make logo larger.

Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The height of the logo is constrained in CSS. If you want to remove that, then…

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then do the following:

    1. Install this Custom CSS Manager plugin https://www.ads-software.com/plugins/custom-css-manager-plugin
    2. use its “CSS Code” section of the dashboard to hold your CSS modifications:
    3. (put this code in)

      .tagline .site-header .site-branding img {
          max-height: none;
      }
    4. Save

    Alternatively use your Child Theme style.css file to hold your CSS modifications

Viewing 1 replies (of 1 total)
  • The topic ‘Increase Logo Size in Ultra theme’ is closed to new replies.