NicoU Posted July 7, 2022 Share Posted July 7, 2022 Site URL: https://www.tradeservicecenter.com/ Dear all, I would need your support to move the logo and the menu bar in the header to the right, so that it's aligned with below text (starting with "Your most reliable...). I hope below screenshot can help to explain the request. Thanks a lot for your very helpful assistance. Best / Link to comment
tuanphan Posted July 8, 2022 Share Posted July 8, 2022 Try adding to Design > Custom CSS .header-announcement-bar-wrapper { max-width: 1787px; margin: 0 auto; padding-left: calc(~"7% + 3vw") !important; padding-right: calc(~"7% + 3vw") !important; } 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
NicoU Posted July 13, 2022 Author Share Posted July 13, 2022 Amazing. Thank you so much !!!!! May I ask what would be the code to get it also for Mobile ? Thanks a lot !!!! Link to comment
tuanphan Posted July 13, 2022 Share Posted July 13, 2022 2 hours ago, NicoU said: Amazing. Thank you so much !!!!! May I ask what would be the code to get it also for Mobile ? Thanks a lot !!!! Add this code under @media screen and (max-width:767px) { .header-title {position: absolute;left: 0;} .header-title-logo { padding-left: 0 !important; } .header-announcement-bar-wrapper { padding-left: 4vw !important; } } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment