Jack17 Posted November 22, 2020 Share Posted November 22, 2020 Site URL: https://wombat-chrysalis-a8yg.squarespace.com/ Password 12345 Link to comment
tuanphan Posted November 22, 2020 Share Posted November 22, 2020 Hi. Have you solved it yet? 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
Jack17 Posted November 23, 2020 Author Share Posted November 23, 2020 I used this code... @media only screen and (min-width: 1050px) { .header-title-nav-wrapper { margin-bottom: -5.5vw; } } Seems to work...any other suggestions? Link to comment
Jack17 Posted November 23, 2020 Author Share Posted November 23, 2020 Is there a way to make in lock in? If you notice... on some screens the bottom black line..lines up with the black line on the logo, but on different screen sizes it moves up and down Any advice? Link to comment
tuanphan Posted December 3, 2020 Share Posted December 3, 2020 On 11/23/2020 at 10:33 PM, Jack17 said: Is there a way to make in lock in? If you notice... on some screens the bottom black line..lines up with the black line on the logo, but on different screen sizes it moves up and down Any advice? You can set CSS for multi screen, like this @media screen and (min-width:900px) and (max-width:1020px) {CSS 1} @media screen and (max-width:899px) and (min-width:600px) {CSS 2} 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.