Resolved

HEADER IMG SIZE for smaller screens

Ultra Theme started by AliPro Dec 19, 2018 6 replies
AliPro Dec 19, 2018 · 11:03 am #11176

how can set a smaller headre img size for smaller screens?

🙂

Andrew Misplon Puro Dec 19, 2018 · 12:28 pm #11183

Hi, which image are you looking to change?

Andrew Misplon Puro Dec 19, 2018 · 12:30 pm #11184

Thanks. The forum doesn’t support email replies.

Andrew Misplon Puro Dec 19, 2018 · 12:32 pm #11186

The logo is already quite small, do you want to make it smaller than this?

AliPro Dec 19, 2018 · 12:32 pm #11187

logo 🙂

AliPro Dec 19, 2018 · 12:36 pm #11188

I don`t mean on mobile – only like small 15″ laptops 🙂

Andrew Misplon Puro Dec 19, 2018 · 12:46 pm #11189

You can try something like:

@media (max-width: 1100px) {
	.site-header, .site-header .container, .site-header .site-branding-container, .main-navigation .menu-search {
		height: 100px !important;
	}

	.site-header .site-branding img	{
		max-height: 100px !important;
	}
}

Adjust the max-width value and the height values as required.

7 posts