- This topic has 1 reply, 2 voices, and was last updated 2 years, 5 months ago by .
Subemenu aligned left go out of the screen
You must be logged in to reply to this topic.
Hi using Integral Pro my dropdown menu are align to the right and go out of the screen on the left
Is there a way to align sub item to the left and adapt to the border ?
Not so easy to describe. Easily visible –> http://www.theatre-atelier.ch
Thank you
Hello,
I checked our your site on a smaller screen size and I see what you mean.
Part of the issue is your menu titles are quite long, which is unusual.
Here is some CSS code which will align them to the opposite side,
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
/* right: 0; */
left: auto;
}
}
Add this code in the Custom CSS field of the Custom Code section in the Integral Options Panel.
You must be logged in to reply to this topic.