badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Menu burger sur tous support

#62282

Hi @delph006,

To change menu from left to right side then please add the below custom CSS code again to end of the same code we provided before.

.main-navigation a {
	text-align: right;
}
.main-navigation li .dropdown-menu a,
.main-navigation li ul li a{
	padding-left: 15px;
	padding-right: 30px;
}
.main-navigation li ul li ul li a{
	padding-left: 15px;
	padding-right: 60px;
}

Thanks