Tagged: , , ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #782992

    Hello! I have noticed these white lines between some sections of my website, and when I check them with Mozilla’s firebug they happen to be empty divs with the id “after-section”. If I delete this div (in firebug) the line dissapears and nothing else is affected.
    So why are these divs there and how can I remove them?

    #783430

    Hey JuanjoBarasoain,

    Looks like there is an empty section added, you can enable Advanced Layout Builder debug mode to see all shortcodes generated. Here is how to do it http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #783437

    Thank you but I’m not able to find the after-section div in the debug field, I can’t identify it :(

    #784942

    Hi JuanjoBarasoain,

    This code in your child theme style.css needs to be adjusted a bit:

    
    .margingh-nueva {
        margin-top: -129px !important;
        z-index: 1;
    }
    

    It’s not the after_section div breaking it, it’s the overlay form the slider above is going below slider.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #786248

    I keep thinking the problem is the after section div. I’ve tried changing that style and the white line is still there. Besides, there are pages in which that class is not applied and I still have the same problem. Please check the private content.

    #786410

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5, #after_section_6, #after_section_7,#after_submenu {
        border: none!important;
    }
    

    Best regards,
    Yigit

    #788366

    Hi Yigit! Thank you but didn’t work :(

    #788549

    Hi JuanjoBarasoain,

    Here is the code you can put in in your child theme style.css

    
    #after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5, #after_section_6, #after_section_7,#after_submenu {
        border: none!important;
        background-color: transparent;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #791007

    Not working sorry, after-section/after-menu is still there

    #791809

    Hi,

    I added code in custom.css in and it worked (screenshot in private), also when I put this at the top of style.css in child theme it worked, can you clear the cache and try again?

    Best regards,
    Victoria

    #792194

    Hello Victoria, yes you were right! I just tried it again on a private page and it is working :) my fault! Thank you very much for your help and time!

    #792218

    Hi,

    Glad that it’s fixed :) Thanks for using Enfold.

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘White lines from mysterios "after_section" divs appearing between sections’ is closed to new replies.