Before you ask please READ THIS

Adjusting logo size...

in Rife Posts: 2
Hi,

I'm using Photoproof VI and when I go to customize/header settings/logo it seems to give me the option to make the larger logo bigger for larger monitor sizes but it has no effect on the header logo. Is there a way to add custom CSS to make the logo larger?

Thanks in advance!

J

Comments

  • AirAir
    Posts: 10,970
    Hey :-)

    Could you show what your current logo looks on your website (live link) and to what size you want to change it?

    With kind regards.
  • AirAir
    Posts: 10,970
    Hey :-)
    lashedup said: The logo is in the upper left-hand corner. On larger screens I'd like the ability to use more of the space available. So 250px - 300px?
    Please add such Custom CSS
    @media only screen and (min-width: 1200px) {
    	.header-horizontal .logo-container {
      		min-width: 300px;
    	}
    	.header-variant-one_line_centered .logo-container, .header-horizontal .logo-container a.logo {
      		max-width: 300px;
    	}
    }
    You will have to also upload a wider logo image, so it will suit new width.

    With kind regards.

  • Thanks so much!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion