This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Theme North logo min size and responsive layout

Resolved 3 replies technicalthemetheme-north
7 years ago · Last reply by Andrew Misplon 7 years ago

Hello, with the recent updates I seem to have some issues with the layout of the logo and menu of our website: http://tbitalia.org/it/
How can I specify that the logo image can shrink way more to make room for the menu on a mobile device? I guess it’s some kind of min-size attribute on the img but I hope you can easily suggest the appropriate css code, thanks!
Federico

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 7 years, 1 month ago

    Hi Federico

    Sorry for the hassle. We expect to resolve this in the next update for the moment, until then please try the following added to CustomizeAdditional CSS:

    @media (max-width: 780px) {
    	.custom-logo {
    		height: auto !important;
    		max-width: 100% !important;
    	}
    }
  2. Federaik Ludikon 7 years, 1 month ago

    Thanks so much Andrew,
    that worked smoothly. I’ll try to remove it on the next North update then and see if it is fixed.
    All the best and keep up with the amazing work.
    Federico

  3. Andrew Misplon Staff 7 years, 1 month ago

    Super :) Glad that helped.

    Perfect, give it a try after the next update and see how it goes.

    Thanks

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread