Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #565744

    Hi
    I am using anchor links for my menu navigation on the site below, but recently noticed they are landing high – right at the top of the titles – instead of at the border of the color section. Can you help me fix this? Not sure what caused it to change, as the links were fine before.

    thanks
    Nancy

    #566832

    Hi Munford!

    Please deactivate all active plugins and refresh the page and activate the plugins one by one to find out which plugin is causing the issue.

    in the mean time you can add the below css in Enfold > General Stylings > Quick CSS

    The below css will add extra paddings to the headings so it is better visible till the plugin conflict is resolved.

    .container_wrap {
        clear: both;
        position: relative;
        /* z-index: 1; */
        border-top-style: solid;
        border-top-width: 1px;
        padding-top: 30px!important;
    }

    Best regards,
    Vinay

    #567039

    thanks for your help. It seems fixed now.

    #567750

    Hey!

    Glad we were able to help you fix this issue.

    Thank you for using enfold :)

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘anchor link landing too high’ is closed to new replies.