FullScoreEducation Posted August 29, 2021 Share Posted August 29, 2021 Site URL: http://www.fullscoreeducation.com Wanting to add a custom css to move social links to below the free webinar button. Everytime I add a custom css the free webinar button moves with the social links. Is there anyway I can just move the social links? Thank you. Link to comment
tuanphan Posted August 31, 2021 Share Posted August 31, 2021 Hi, I don't see social icons now. Can you enable it? 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
FullScoreEducation Posted August 31, 2021 Author Share Posted August 31, 2021 Hello, It's now enabled and thank you for your help! Link to comment
tuanphan Posted September 1, 2021 Share Posted September 1, 2021 17 hours ago, FullScoreEducation said: Hello, It's now enabled and thank you for your help! Add to Design > Custom CSS /* Move icons under button */ .header-actions.header-actions--right { flex-direction: column-reverse; } .header-actions-action.header-actions-action--social { margin-top: 10px; } 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
FullScoreEducation Posted September 1, 2021 Author Share Posted September 1, 2021 Thank you for your help! Just wanting a small tweak. When I inserted the custom CSS, it moves the free webinar slightly up. Is there a way to keep it aligned with the other menus and have the social links at the bottom, right above the main image? Link to comment
tuanphan Posted September 5, 2021 Share Posted September 5, 2021 On 9/2/2021 at 6:14 AM, FullScoreEducation said: Thank you for your help! Just wanting a small tweak. When I inserted the custom CSS, it moves the free webinar slightly up. Is there a way to keep it aligned with the other menus and have the social links at the bottom, right above the main image? Try this new code /* Move icons under button */ .header-actions.header-actions--right { flex-direction: column-reverse; } .header-actions-action.header-actions-action--social { margin-top: 10px; } .header-display-desktop { align-items: flex-start; } 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
FullScoreEducation Posted September 5, 2021 Author Share Posted September 5, 2021 that's perfect thank you. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.