-
AuthorPosts
-
April 25, 2017 at 5:16 pm #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?April 26, 2017 at 12:50 pm #783430Hey 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,
VictoriaApril 26, 2017 at 1:00 pm #783437Thank you but I’m not able to find the after-section div in the debug field, I can’t identify it :(
- This reply was modified 7 years, 6 months ago by JuanjoBarasoain.
April 29, 2017 at 1:07 pm #784942Hi 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,
VictoriaMay 2, 2017 at 9:56 am #786248I 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.
May 2, 2017 at 3:09 pm #786410Hi,
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,
YigitMay 5, 2017 at 1:11 pm #788366Hi Yigit! Thank you but didn’t work :(
May 5, 2017 at 5:35 pm #788549Hi 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,
VictoriaMay 10, 2017 at 11:48 am #791007Not working sorry, after-section/after-menu is still there
May 11, 2017 at 6:22 pm #791809Hi,
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,
VictoriaMay 12, 2017 at 10:22 am #792194Hello 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!
- This reply was modified 7 years, 6 months ago by JuanjoBarasoain.
May 12, 2017 at 11:30 am #792218Hi,
Glad that it’s fixed :) Thanks for using Enfold.
Best regards,
Nikko -
AuthorPosts
- The topic ‘White lines from mysterios "after_section" divs appearing between sections’ is closed to new replies.