jlayton Posted November 30, 2022 Posted November 30, 2022 (edited) Hello everyone, I am trying to align the header contents (site title, navigation links, social icon) with the upper limit of the page's header space. They are currently centered. Is there anyway to do this? It seems that the vertical alignment/position of the header contents are not controlled via any of the options that we have on 7.1. Thanks in advance! Edited November 30, 2022 by jlayton
tuanphan Posted December 2, 2022 Posted December 2, 2022 Hi, What is your site url? We can check easier 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!)
jlayton Posted December 2, 2022 Author Posted December 2, 2022 https://www.jordanlayton.com/ Thank you!
tuanphan Posted December 4, 2022 Posted December 4, 2022 On 12/3/2022 at 2:04 AM, jlayton said: https://www.jordanlayton.com/ Thank you! Hi, For mobile only or? 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!)
Solution tuanphan Posted December 10, 2022 Solution Posted December 10, 2022 Add to Design > Custom CSS @media screen and (min-width:768px) { .header-announcement-bar-wrapper { padding-left: 1px !important; padding-right: 1px !important; padding-top: 1px !important; } } jlayton 1 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