Tagged: ,

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

    Hi there,

    I am having two issues.

    First, I’m having a weird border show up above random rows on my pages when no borders are implemented in the theme. See here (https://www.staging2.envisionwellness.co/ocd-therapy-miami-coral-gables-brickell/) right above the image of the woman with her hands raised in success, near the bottom of the page (it appears as a thin grey line.)

    Secondly, when I try to implement an alternative mobile menu, it shows up completely blank (hamburger icon shows up and is clickable, but menu when it slides out doesn’t show up at all.)

    Thoughts?

    Thank you!

    #1272325

    Hey ekam520,

    If you want to remove it only for that specific page and section, please add this CSS code in Quick CSS, located in Enfold > General Styling:

    .page-id-3656 #after_section_2 {
        border-top: none;
    }

    If you want it to apply to the whole site, then use this code instead:

    .container_wrap {
        border-top: none;
    }

    As for the Alternate Mobile Menu issue, please refer to this thread: https://kriesi.at/support/topic/problems-after-updating-to-wordpress-5-6-read-this-first/
    Hope this helps.

    Best regards,
    Nikko

    #1272520

    Worked beautifully, thank you!

    #1272523

    Hi ekam520,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Weird borders and alternative menu issues’ is closed to new replies.