Home › Forums › Support › dropdown toggle position This topic has 3 replies, 2 voices, and was last updated 3 years, 1 month ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 8, 2019 at 12:04 pm #1098032 MARCO Hi, how can i move dropdown toggle icon from right to bottom? Thank you December 8, 2019 at 12:34 pm #1098056 DavidStaff Customer Support Hi there, try this CSS: @media (min-width: 769px) { .main-navigation .main-nav ul li.menu-item-has-children>a { position: relative; } .menu-item-has-children .dropdown-menu-toggle:before { position: absolute; line-height: 1em; left: 50%; transform: translateX(-50%); bottom: 30px; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ December 8, 2019 at 3:23 pm #1098136 MARCO Thank you so much! It works! December 9, 2019 at 5:15 am #1098502 DavidStaff Customer Support Glad to be of help Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In