Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #229796

    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 .

    #229828

    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

    #229955

    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

    #230104

    Hey!

    Please add following code to Quick CSS as well

    .avia-section.av-minimum-height .container .content { 
    vertical-align: bottom; }

    Regards,
    Yigit

    #230470

    perfekt!!!

    Thanks a lot
    Henning

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Margin/padding bottom for overlaying image on parallax color section’ is closed to new replies.