• Resolved juliano189

    (@juliano189)


    Hi guys,

    below the footer I have a huge white space on the mobile versoin. When I deactivate this Plugin the space disappears. Do you have a solution?

    Best greetings,

    Julian

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @juliano189

    Thanks for the link.

    I was able to see the issue.

    Kindly try using the below CSS to resolve the issue –

    .elementor-element-b7c33f9 ul.sub-menu {
        display: none;
    }
    
    .elementor-element-b7c33f9 ul.sub-menu.sub-menu-open {
        display: block;
    }
    

    Please let us know in case of any further help.

    Regards,
    Rahul.

    Thread Starter juliano189

    (@juliano189)

    Hi Rahul,

    thanks a lot for your reply.

    I added the css code to the customizer. Now for the main page it’s working but still for a lot of subdomains there is the same issue.

    Do you have a furhter idea how to solve the issue?

    Thanks in advance and best greetings

    Julian

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello Julian,

    In the CSS provided above, the .elementor-element-b7c33f9 is the unique ID of a section. This is unique for every section in Elementor.

    You would need to just change the section ID for the subdomains.

    Please refer to this video to understand how to get the ID of a section – https://a.cl.ly/6quxzwjl

    Please let us know in case of any further help.

    Regards,
    Rahul.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile version: White space below the footer’ is closed to new replies.