Site logo

Archived topic

slideout menu: width of arrow down

2 replies · Started by xdaniel on December 22, 2015

Viewing posts 1–3 of 3

Hello Tom,

is there a way to add some width only to the arrow down area in the slideout menu? Sometimes it's really hard to pull it down with fingernails :-)

Thanks for this fantastic piece(s) of code(s), that make my life easier.

Daniel

Found a solution, is this ok?

/* slideout menu width dropdown */
.dropdown-toggle {
	min-width: 50px;
}
.dropdown-toggle .fa {
	padding-left: 20px;
}

Looks good to me! Thanks for posting your solution :)

This archived topic is closed to new replies.