Accordion Icon – Align to to the right of the menu Resolved Requested: 11 months and 10 hours ago Hello, Is it possible to align the accordion icon to the right side of the menu instead of next to the page text, it looks poorly styled like that. Many thanks
OnPoint Plugins 11 months and 6 hours ago Hi David, The simplest way while still retaining your existing menu styles is to use a little custom CSS. svg.advanced-sidebar-icon { position: absolute; right: 4px; } Have a great day!
Hi David,
The simplest way while still retaining your existing menu styles is to use a little custom CSS.
Have a great day!
Thank you, this worked like a charm