IM_Design Posted February 13, 2020 Share Posted February 13, 2020 I want to keep my header right-aligned but have the folder links left-aligned. Link to comment
IM_Design Posted February 13, 2020 Author Share Posted February 13, 2020 Here's what worked for me in the CSS Editor: .header-nav-folder-item {text-align: left !important;} Link to comment
Hana Posted May 12, 2020 Share Posted May 12, 2020 On 2/14/2020 at 8:29 AM, IM_Design said: Here's what worked for me in the CSS Editor: .header-nav-folder-item {text-align: left !important;} Hi @IM_Design, I tried this code and it worked - with the text.. but the background box is still right aligned to the main navigation text... Did you find a way to fix this? Link to comment
sonoferikdesign Posted September 30, 2020 Share Posted September 30, 2020 On 5/12/2020 at 3:57 PM, Hana said: Hi @IM_Design, I tried this code and it worked - with the text.. but the background box is still right aligned to the main navigation text... Did you find a way to fix this? Have the same issue. Any fixes? Link to comment
tuanphan Posted October 3, 2020 Share Posted October 3, 2020 On 10/1/2020 at 5:00 AM, sonoferikdesign said: Have the same issue. Any fixes? If you share site url, we can help 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!) Link to comment
sarahnoni Posted October 26, 2020 Share Posted October 26, 2020 Try adding this code to align the container: /* change dropdown menu container alignment */ .header .header-layout-nav-right .header-nav .header-nav-item--folder .header-nav-folder-content { left: 0; right: auto; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.