J
jaih2Jul 25, 2022
Hello, how can I solve this problem?
At low resolutions, the menu buttons do not fit, although there is plenty of space on the right.
Hello, how can I solve this problem?
At low resolutions, the menu buttons do not fit, although there is plenty of space on the right.
Hello,
Apologies for the Inconveniences caused! There are two possible solutions for this:
Make the sure the .header-misc DIV is deleted since you are not using elements inside it.
You can increase the size of the Menu Bar using the following CSS Code:
@media (min-width: 992px) {
#header-wrap::before {
width: 60%;
}
}This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard