Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #551773

    Hi I have created two color sections on my homepage one is black, the other white. Both are set to “no padding”. They each contain an image, I would like the image of the lower section to seamlessly connect with the bottom of the upper section. How would I do this for just this image?

    Please find images and website URL in the private content.

    Thanks!
    Syl

    #552389

    Hi racheltroia!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1024px) {
    .home #after_section_2 .content {
        padding-top: 0px;
    }}

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.