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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
TLH Posted October 4, 2020 Author Share Posted October 4, 2020 Thank you!!! @tuanphan Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment