Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1043173

    Below the heading I adjusted the image so that it overlays the header, but now I want to adjust the bottom padding so that it flushes with the end of the hand.

    I already tried:

    .home #av_section_2 .content {
    padding: 0;
    }

    But this doesn’t work. How can I do it? :)

    #1044588

    Hey transformmedia,

    Try to replace this css code you have from:

    .overlapping-image {
        position: relative;
        top: -80px;
    }

    to:

    .overlapping-image {
        margin-top: -80px !important;
    }

    Hope this helps.

    Best regards,
    Nikko

    #1044867

    Awesome, thank you very much!! :-)

    #1045249

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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