In mobile browser, the menu items that have a dropdown are not aligned RTL similar to other menu items with no submenu/dropdown.
how can we fix this? below snapshot
In mobile browser, the menu items that have a dropdown are not aligned RTL similar to other menu items with no submenu/dropdown.
how can we fix this? below snapshot
sorry for that issue can you try this code
.mobile-nav__link {
text-align: right;
}
hi dear i have tried this but it doesn’t work
is there another way i also have the same issue