I am working with the Off Canvas Menu and want the small arrow on the right (the one that links to the drop down menu) not to make the text-item in the menu go off-center. I feel sure that it is possible to make it behave like it’s not there in terms of being an element in relation to other elements, but still being visible and clickable. CSS for this?
Link to page for admins and image of what I mean here.
.slideout-navigation.main-navigation .main-nav ul li a {
position: relative;
}
.slideout-navigation.main-navigation .main-nav ul li a .dropdown-menu-toggle {
position: absolute;
right: 0
}