sub-menu text align

2 replies·opened Aug 14, 2022
B
brano099Aug 14, 2022

Hi,
i need in sub-menu align text for menu-link as in icon list
see attach
is it possible?
Thank you

S
SemiColonWebSTAFFAug 15, 2022

Hello,

Consider using the following CSS Code:

.menu-link div {
	display: flex;
	align-items: start;
}

.menu-link div i {
	flex: 0 0 auto;
	width: auto;
}

.menu-link div i.icon-caret-down {
	margin-left: 0.5rem;
}

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

B
brano099Aug 18, 2022

it works perfectly .. thank you!

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard