Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Menus change icon location (right to left)? Reply To: Menus change icon location (right to left)?

#171529
Atelierbram
Participant

.sidenav ul > li a div {
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px 24px;
  height: 51px;
}

Works in Devtools, … (rightmenu.css line nr. 48)