gabrielachuela Posted November 4, 2022 Share 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!! Link to comment
tuanphan Posted November 9, 2022 Share 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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment