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.
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.