AnastasiaG Posted May 11, 2023 Posted May 11, 2023 I am using the Five Family template on V7.0 and I'm trying to figure out how to move just the nav link (Products) to the right hand side of the header, but left of the social icons. Any way to do this?
tuanphan Posted May 12, 2023 Posted May 12, 2023 Hi, What is site url? We can check problem 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!)
Mandy_miisprint Posted June 14, 2023 Posted June 14, 2023 Hello, I have used this code to move the navigation menu to the right but the logo doesn't look central, can you help? /* Move Nav to right side of header */ @media screen and (min-width:992px) { .header-display-desktop { flex-direction: column; } .header-title-nav-wrapper { flex-direction: row-reverse; flex: 100% !important; width: 100%; } .header-nav { text-align: right; } .header-layout-branding-center .header-title { text-align: right; width: 67% !important; flex: 1 1 67% !important; } }
tuanphan Posted June 16, 2023 Posted June 16, 2023 On 6/14/2023 at 7:22 PM, Mandy_miisprint said: Hello, I have used this code to move the navigation menu to the right but the logo doesn't look central, can you help? /* Move Nav to right side of header */ @media screen and (min-width:992px) { .header-display-desktop { flex-direction: column; } .header-title-nav-wrapper { flex-direction: row-reverse; flex: 100% !important; width: 100%; } .header-nav { text-align: right; } .header-layout-branding-center .header-title { text-align: right; width: 67% !important; flex: 1 1 67% !important; } } What is site url? 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