Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
BeBuilder
how overlapping boxes on the slider like in the "translator" demo
mxbrnl
April 2016
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
Albert
April 2016
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.
mxbrnl
April 2016
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
Albert
April 2016
You're welcome!
Sign In
or
Register
to comment.
Comments
for the section where those boxes are, we set homepage_boxes ID and then used the following css to move those boxes: 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.