Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Responsive logo to screen size › Reply To: Responsive logo to screen size
October 8, 2013 at 10:06 am
#2080
Keymaster
Hi Chris,
When I resize my browser, I see that the logo size is changing appropriately. But if you want to insert any of your custom responsive behavior for logo then here is the template to do that
/* -------------------- Responsive behavior styling ---------------------- */ @media only screen and (max-width : 1024px) { /*Below is the template. Replace with your styles */ .myDiv { mystyle: value; } } @media only screen and (max-width: 767px) { } @media only screen and (max-width: 479px) { }
Please put the code in the “Custom CSS” tab of the theme options. Thanks!