[FrE] Rearrange homepage block

If you want to rearrange the default home page blocks on FreelanceEngine home page, please copy and paste the code below to your additional css

body {display: flex; flex-direction: column;}

.fre-how-work {order: 1;}

.fre-perfect-freelancer {order: 3;}

.fre-jobs-online {order: 2;}

.fre-our-stories {order: 3;}

.fre-service {order: 4;}

.fre-get-started {order: 5;}

footer {order: 6;}

.copyright-wrapper {order: 7;}

The result will be as described here.

Was this article helpful?

Related Articles

Leave A Comment?

You must be logged in to post a comment.