beyond_skylines Posted January 30, 2020 Posted January 30, 2020 Site URL: https://www.juergenhofmann.com/ Hi everyone, I want to move my logo on Forte template further to the top / left corner so it aligns better with the navigation bar. Tried my best with googling the solution but found nothing and I have absolutely no idea how to CSS :( www.juergenhofmann.com Thanks!
tuanphan Posted January 31, 2020 Posted January 31, 2020 Add to Design > Custom CSS @media screen and (min-width:641px) { #headerWrapper header .wrapper { display: flex; align-items: center; justify-content: space-around; } } 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!)
beyond_skylines Posted January 31, 2020 Author Posted January 31, 2020 Thank you so much! Just changed it to space-between and now is exactly as I wanted it! @media screen and (min-width:641px) { #headerWrapper header .wrapper { display: flex; align-items: center; justify-content: space-between; } }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.