I used a color section to mark the ID of a menu link. How do I reset the time the color section creates default? Note the link below, the section color created a distance between the menu (about me, menu) and line up the gallery of filters. This distance did not exist. Appeared after I put the color section. I want to control the color of the section height. What option do I have?
Hey mleite1!
Please add following code to Quick CSS
#home {
height: 0!important;
min-height: 0!important;
}
Please edit your Color Section element and go to Section Background tab and adjust it as needed – http://i.imgur.com/W37coIY.png
Regards,
Yigit
After inserting your code the filter menu gallery does not work.
What could have happened?
Hey!
Use this code:
#home, #home *{
height: 0!important;
min-height: 0!important;
padding: 0 !important;
}
Best regards,
Josue
Perfect!
Thank you