Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
Can I check if anything has changed with the theme? My logo (masthead) worked fine previously but without making any changes it seems to have shrunk to a weird size not in line with the rest of the header menu.
Tried to upload different JPEGs of differing sizes but they end up with the same result of the current distorted small size.
Thanks.
add this css into your custom css.
header#masthead.masthead-logo-in-menu .logo > img {
max-height: 65px !important;
}
.main-navigation ul li a {
padding: 35px 25px 0px !important;
height: 89px;
}
add this css into your custom css.
header#masthead.masthead-logo-in-menu .logo > img {
max-height: 65px !important;
}
.main-navigation ul li a {
padding: 35px 25px 0px !important;
height: 89px !important;
}
Hi Toh,
I have seen that you have this ironed out. Always feel free to open a thread whenever you require support.
@James much appreciated :-)