Home › Forums › Basel support forum › Menu style and mobile menu. › Reply To: Menu style and mobile menu.
June 11, 2018 at 12:25 pm
#62262

Elise Noromit
Member
Hello,
You have deactivated elements but wrapping container still takes place that is why your menu is not to the right.
Please add this CSS to Theme Settings > Custom CSS to remove this container:
.main-header .right-column {
padding-left: 15px;
display: none;
}
Best Regards