Hello. i have a 714×147 logo. i need to adapt it for mobile device.
where i need to change?
(i prefer the menu button on mobiles, will go under the logo if it’s possibile.)
thank you
Hi PonzioPilato!
Can you post the link to your website so we can inspect elements and provide you more accurate custom CSS code?
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #header_main .container {
height: 140px!important;
}
#advanced_menu_toggle, #advanced_menu_hide {
top: 80%; }
.responsive .logo a, .responsive .logo img, .responsive .logo {
height: auto !important;
max-height: 100px !important;
}}
Best regards,
Yigit
it works great! thank you very much!