For my site the logo keeps shrinking for tablets so it is leaving alot of white space between the logo and the menu. I have it how I want on desktop, is there a way to keep it proportionally the same on all devices?
Hi alex5252!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) and (min-width: 769px) {
.logo img {
height: 40px;
width: 510px;
}}
Cheers!
Yigit
Another question – how do I make the font size of the very top menu larger? The one with the phone number and email address and hours.
Hey!
Try adding this code to the Quick CSS:
#header_meta * {
font-size: 22px !important;
}
Cheers!
Josue