Accordion Icon – Align to to the right of the menu Resolved Requested: 9 months and 3 weeks 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 9 months and 3 weeks 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