PSPod Posted August 25, 2020 Share Posted August 25, 2020 Site URL: https://www.pokesports.org Hi there! I'm trying to figure out how I can reposition my social links to sit in the center of the page, underneath the page selection screen in my header. Currently they are left-aligned and above. Is this possible with custom HTML? Thanks! Mike Link to comment
tuanphan Posted August 25, 2020 Share Posted August 25, 2020 Add to Home > Design > Custom CSS .header-display-desktop { flex-direction: column; justify-content: center !important; } .header-title-nav-wrapper { flex: 100% !important; margin-left: 0 !important; } .header-actions.header-actions--left { justify-content: center !important; display: flex !important; width: 100% !important; order: 2; } 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
PSPod Posted August 25, 2020 Author Share Posted August 25, 2020 Amazing - thanks so much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.