Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #643744

    Hi!

    Only on my home page, I have a problem with my anchors. There is a gap between the logo section and the content which should fit right under it. It’s ok on the other page and I can’t figure out why? I asked the default menu not to display as I use the fullwidth menu and it can be the cause… I give you an access to my admin in the private section.

    Thanks for your help!

    #644227

    Hey metamorfic,

    Can you please update Enfold to the latest version 3.6 and WordPress to 4.5.2 firstly?

    Best regards,
    Yigit

    #644338

    It’s all up to date now!

    #644398

    Hi,

    I checked the site and it is looking good now.

    Let us know if you have any questions.

    Best regards,
    Vinay

    #644434

    The problem is still there! On the home page, when you click on the arrow at the bottom of the slideshow, it should scroll down until the menu stick to the logo area, but there is a gap. Same thing if you click on “Equipe” on the menu it goes down but there is the same gap again! It’s fine on the other pages because I adjust the css, but it didn’t apply on the home page. Thanks!

    #644929

    Can someone figure this out?

    #645046

    Hi,

    Thank you for confirming the issue. A custom css added in Enfold > General Styling > Quick CSS is causing the gap on the fullwidth submenu when the user click on the arrow.

    Please remove all CSS from Enfold > General Styling > Quick CSS and add it back one block at a time to find out which code block is causing the issue.

    Let us know if you have any questions.

    Best regards,
    Vinay

    #645188

    I know it’s cause by this css:

    div#header_main_alternate.container_wrap {
    display: none;}

    It doesn’t display, but it keep it’s space which make the gap. How can I remove his space?

    #645480

    Hi,

    We added this code to the Quick CSS section under Enfold > General Styling :

    div#header_main_alternate.container_wrap {
    display: none;
    max-height: 0px!important;
    }
    
    

    Please review the site now :)

    Best regards,
    Vinay

    #645490

    Thank you!! It’s perfect!!

    #645519

    Hi,

    Glad to help :)

    Thank you for using Enfold.

    Best regards,
    Vinay

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Gap problem with anchors’ is closed to new replies.