Hi,
how do I make the logo larger when displayed on the iPhone?
https://www.aesthetical-design.de/
thanks
Hello,
It will not be possible with the theme options at all, you can only use the Custom CSS code to do that
@media (max-width:768px) #logo{height:200px !important;} html body .logo-mobile{ max-height: 200px !important; } }
nothing changes, it also shows me that the css code is faulty.
Please, try the following CSS instead:
@media (max-width:768px){ #Top_bar .logo #logo{ margin: 0!important; } }
Thanks
Comments
Hello,
It will not be possible with the theme options at all, you can only use the Custom CSS code to do that
thanks
Hi,
nothing changes, it also shows me that the css code is faulty.
thanks
Please, try the following CSS instead:
Thanks