Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • splico123 Friend
    #202592

    Hello, just wondering is it possible to put a module content overlayed over hero video background, like on front page what you have, but i need a form there for search field that is part of another module.

    Basically in middle of that video instead of the message i would like to show a search module. Is it possible.

    Eragon H Friend
    #554821

    It is possible. Kindly follow these steps to do that

    1. Create a Search module
    a. Assign to Uber-home position (or the position that the Hero video module is assign)
    b. Order this Search Module to be right after the Hero video module
    c. Add Module Class Suffix “fixed” >> http://prntscr.com/556vvf
    (noted: there must be a space before fixed, so it is ” fixed” instead of “fixed”)
    Result >> http://prntscr.com/556w9d

    2. Add the style code to display the search module in middle of the video
    Add this code to the file root/template/uber/css/custom.css (create a new one if unavailable)

    .search.fixed {
    position: absolute;
    left: 44%;
    top: 460px;
    z-index: 9;
    }

    3. Result: http://prntscr.com/556wua

    You can style to be more beautiful to meet your need

    splico123 Friend
    #554873

    great stuff, this is so helpfull not only for this module, i can do other stuff like this, even multiple modules now, perfect.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  splico123 10 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum