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

    We would like to have the logo overlay the hero image/slider on the home page. Is this possible? Showing image of what we want to do in private link.

    #706505

    Hey lumberkings,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    #706507

    We aren’t there yet, just in design phase right now. Is it possible?

    #706608

    Hi,

    I think it should be possible with CSS; try something like this in Quick CSS:

    #top .logo {
        overflow: visible;
        position: absolute;
        top: 100px;
        left: 100px;
        z-index: 10000;
        width: 200px;
    }

    Best regards,
    Rikard

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