Get in touch

Email:
Moneta@gmail.com
Phone:
(123) 1221 2323
Address:
123 Innovation Avenue, Suite 456
Tech District, San Francisco, CA 94107
United States
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
130+ Premium Templates
1,540+ happy designers
Tagline

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.

Instructions
To make this component work you must follow these steps:
  1. Add a Page trigger and select Page load
  2. Select the Loader 3 [Hide] animation inside When page finishes loading
  3. Position loader3_component inside page-wrapper
  4. Set loader3_component position to fixed and display to none
Note:
Sometimes there may be a bug where the website briefly flashes before the loader is displayed. To avoid this add the following custom code in your Site settings > Custom Code > Head code
<style>
 .preloader {
   display: flex;
 }
</style>