or you have to build mobile header with Header Builder so you can style anything you like or if you want to keep prebuilt mobile header, you have to use custom css:
@media only screen and (max-width: 767px) {
.mobile-header-mini.logo-overflow #Top_bar #logo img.logo-mobile {
max-height: 150px !important;
}
}
Comments
Website link here: http://p5vero220.nz.w3pcloud.com/ - Click 'Preview this website' to get in.
Hi,
or you have to build mobile header with Header Builder so you can style anything you like or if you want to keep prebuilt mobile header, you have to use custom css: