Custom Logo
- The custom logo I set has a width of 360px. This poses as a problem when I view the site on smaller screens. The logo doesn't shrink responsively. How can I resolve this?
 - Is it possible to use media queries to call out different sized custom logos for different screen sizes?
 
Comments
1. Please provider url to your website and we`ll find right css to do it for you.
2. This will be possible but needs skills. If you will send us example of what you mean for example, we`ll check if this is possible in your case.
.header-stack #Top_bar .logo #logo { display: block !important; }2. Hope above css will also help in this case.3. You can use below css for that but we can`t guarantee that you will like it because if you want to increase logo twice, you need to increase height of sticky bar as well:
#Top_bar.is-sticky #logo img { max-height: 70px; }4. At this moment we don`t have this option included.#Top_bar.is-sticky { height: 80px; }
#Top_bar.is-sticky .menu_wrapper { margin-top: 10px; }
#Top_bar.is-sticky .top_bar_right { top: 4px; }