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

    Does this theme have the capacity to overlay content atop of the banner?

    Example: https://www.screencast.com/t/wRVuXGtQzv

    This is what the client would like to do.

    Please advise.

    #1134720

    Hey kurson,

    You should be able to achieve that if you apply negative margins to a the element in question. If you should need help with that then please post a link to where we can see the actual element.

    Best regards,
    Rikard

    #1136398

    Hi Rikard and thank you for the reply.

    This is the New Home Page that I am developing: https://blgenvironmental.com/home-2019/

    Based Upon this wireframe: https://www.screencast.com/t/wRVuXGtQzv

    I am assuming I create the container and content within and then I can add CSS to the container?

    #1136878

    Hi,
    Thanks for the mockup, I believe that the closest element to the container you wish to move up is actually full-width, so the built-in margin settings would not help here, but we can tell for sure if we can login to look.
    But you can try this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-1104 #main #av_section_1 > div > div {
        margin-top: -100px !important; 
    }
    #top.page-id-1104 #main #av_section_1 > div > div > div > div {
        padding: 0 50px !important; 
        background-color: #fff !important; 
        border-radius: 10px !important; 
    }
    #top.page-id-1104 #av_section_2 {
        border-color: transparent !important; 
    }

    expected results:
    2019-09-10-225537

    Best regards,
    Mike

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