how overlapping boxes on the slider like in the "translator" demo

edited April 2016 in BeBuilder
HI, I using the "beauty" demo theme, and I would like my sliding boxes looks like in the "translator" demo

How can do that?

Thanks

Comments

  • Hi,

    for the section where those boxes are, we set homepage_boxes ID and then used the following css to move those boxes:
    @media only screen and (min-width: 768px) {
        #homepage_boxes { margin-top: -100px; z-index: 20; }
    }
    Next time we suggest to create extra wp instance and import pre-made layouts because this is the best and fastest way to learn how some things on other layouts were made.
  • Hi, obviously I import the layout with this feature previously to learn from it, but doesnt works.

    I need to remove another "@media" line in the default template and finally works

    Thanks
Sign In or Register to comment.