menu-container in demo-recipes

1 reply · opened Jul 25, 2022

Jjaih2Jul 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.

SSemicolon WebSTAFFJul 26, 2022

Hello,

Apologies for the Inconveniences caused! There are two possible solutions for this:

  1. Make the sure the .header-misc DIV is deleted since you are not using elements inside it.

  2. You can increase the size of the Menu Bar using the following CSS Code:
    [ch_pre type="css"]@media (min-width: 992px) {
    #header-wrap::before {
    width: 60%;

    }
    }[/ch_pre]

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