Tagged: parallax
I’ve created a color section with parallax effect. Now I would like to have an image “standing on the bottom” of this color section. By default there seems to be a margin of about 100 px.
How can I put the Image in the color section (not the background of the color section) on the bottom line?
Here is an example .
Hey joerg_schaefer!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#av_section_1 .content {
padding-bottom: 0;
}
Best regards,
Yigit
Hey Yigit
Thanks for your quick answer. This fix nearly fits in Firefox but in Chrome and Safari there are still 42px margin-bottom. Any ideas?
I think my idea, having a transparent graphic “sitting” on the following section, might be interesting vor others, too.
Kind regards,
Henning
Hey!
Please add following code to Quick CSS as well
.avia-section.av-minimum-height .container .content {
vertical-align: bottom; }
Regards,
Yigit
perfekt!!!
Thanks a lot
Henning