JJM Posted October 8, 2020 Share Posted October 8, 2020 Site URL: https://ashworth.work/ Spoke with IG chat, Avenue template only displays site logo CENTERED in MOBILE. I need it to LEFT-ALIGN with the thumbnails on the homepage. My boss, a famous graphic designer, says he cannot sleep launching a site with a centered logo esp when he's relying heavily on the mobile version of his site (traffic via his instagram). Is there some code I can input into the site style that might fix this issue? Someone please help! Link to comment
cavemancrayon Posted October 8, 2020 Share Posted October 8, 2020 5 hours ago, JJM said: Site URL: https://ashworth.work/ Spoke with IG chat, Avenue template only displays site logo CENTERED in MOBILE. I need it to LEFT-ALIGN with the thumbnails on the homepage. My boss, a famous graphic designer, says he cannot sleep launching a site with a centered logo esp when he's relying heavily on the mobile version of his site (traffic via his instagram). Is there some code I can input into the site style that might fix this issue? Someone please help! I have the same Question! Link to comment
tuanphan Posted October 10, 2020 Share Posted October 10, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:750px) { h1.logo { float: left !important; } } 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
JJM Posted October 13, 2020 Author Share Posted October 13, 2020 On 10/10/2020 at 1:49 AM, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:750px) { h1.logo { float: left !important; } } You are a magician! Many thanks ❤️ Link to comment
JJM Posted October 13, 2020 Author Share Posted October 13, 2020 On 10/8/2020 at 4:36 PM, cavemancrayon said: I have the same Question! See tuanphan's post! It works! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.