TLH Posted October 2, 2020 Share Posted October 2, 2020 Site URL: https://www.thelivinghouse.co.uk/ How can I resize logo for the correct sizing for header and footer on mobile view of my website? I'm guessing it will be resized for header and footer by using code but I'm not sure? Link to comment
tuanphan Posted October 3, 2020 Share Posted October 3, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { /* header logo */ .header-title-logo img { max-height: 10px !important; } /* footer logo */ div#block-yui_3_17_2_1_1601659792710_37169 { width: 50%; margin: 0 auto; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
TLH Posted October 4, 2020 Author Share Posted October 4, 2020 Thank you!!! @tuanphan Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.