gabrielachuela Posted November 4, 2022 Posted November 4, 2022 Well... I got CSS to work like I wanted on mobile (see screenshot attached), but have NO idea why it won't work on larger/desktop screens. Site is (pw: aril) https://arianaloren.squarespace.com/ Any help or insight is much appreciated!!
tuanphan Posted November 9, 2022 Posted November 9, 2022 To make it works on larger screen, you need to set width for logo @media screen and (min-width:992px) { .header-title-logo img, .header-title-logo { width: 150px !important; } } You can adjust number 150 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment