Rolso Logistic Company is a clean and modern Template for transport, logistics, delivery, moving, and cargo websites. The concise template covers all the necessary requirements for creating a product of the cargo transportation subjects. It includes 3 Home pages, a Services page, Project gallery, shipping cost calculator, quote request form, and other cool elements that allow you to present your services and company in the best way.
Rollso is a well organized, responsive HTML template that provides many features and easy editing for building your perfect website. It is built with Bootstrap 5 according to all standards of HTML5 and CSS3. Each component is carefully designed to get a harmonious and attractive website for WordPress, Joomla, Drupal, Muse, and other popular CMS using the Eison HTML template.









The core of the Logistic Company Template is a modern, fast and powerful Bootstrap 5. The layout flexibility achieved by this framework allows you to fit the template even for beginners.
The template is perfectly organized and structured, making it easy to customize all its parts, change the background and color, and manage global typography. Every Layout is just a starting point – you can style it to look any way you want. With CSS files, you also get SASS/SCSS files that simplify and speed up the template’s customization. The HTML code is clean and 100% valid and has been tested for the W3c validator test.
The Bootstrap Template to which you are now looking carefully crafted by a gifted designer in collaboration with experienced HTML coder with great attention to details, flexibility, and performance specifically for developing unique Templates based on WordPress, Joomla, Drupal, Muse, and other popular CMS.
Rolso Template is ready to work immediately after installation – you only need to unzip and upload it to your web server. Read more about capabilities and settings in the Online Documentation.
All images are just used for preview purposes only. They are not part of the template and are NOT included in the final purchase files, but you can always contact us in search of sources.
This document covers the installation and use of Rolso HTML Template and often reveals answers to common problems and issues – read this document thoroughly if you are experiencing any difficulties.
In the archive, you will find not only the compiled JS and CSS, but also the source code: JavaScript modules and SCSS files. We recommend using Webpack and Gulp for working with project files.
All information within the main content area is nested within a body tag. The general template structure is pretty the same throughout the template. Here is the general structure of the main page (index.html).
<!doctype html> <html lang="en"> <head> <title>Rolso Logistic Company</title> <link rel="stylesheet preload" as="style" href="css/preload.min.css"> <link rel="stylesheet preload" as="style" href="css/libs.min.css"> </head> <body> <header class="header"> ... </header> <main> <section class="slider"> ... </section> </main> <footer class="footer"> ... </footer> <script src="js/common.min.js"></script> </body> </html>
To include some additional styles or scripts, add code fragments after the main styles and scripts of the template.
The JavaScript code is distributed in separate files to avoid loading unused code.
<script src="js/common.js"></script>
The main scripts are loaded in common.js file. This is the list of JavaScript files that are loaded at the end of the <body> tag.
To fine-tune the work of scripts, we recommend using a webpack. Combine all files into one JS and use it on all pages of the site if you need it.
The plugin includes integration with Google Maps API. To use the full functionality of Google Maps, you need to Create a Project in Google Cloud Console and Get an API Key. When you get the API Key, paste it into the file located /js/modules/map.js instead of “PasteYourGoogleMapsApiKeyHere“
const _KEY = 'PasteYourGoogleMapsApiKeyHere';
The CSS styles are distributed in separate files to avoid loading unused code by a browser.
<link rel="stylesheet preload" as="style" href="css/preload.css"> <link rel="stylesheet preload" as="style" href="css/libs.min.css">
Font and Icon styles are loaded in the preload.css file. And the styles of the main libraries are loaded in the libs.css file.
You can use and edit CSS files to flexibly customize the appearance of the template. However, our recommendation is to use the SCSS files for this, which you will find in the project folder in the SCSS directory.
To set color or font settings go to the file /scss/base/_variables.scss and set new values for variables. To enable loading new fonts go to /scss/global/_fontface.scss.
By default, the template loads the free Google fonts, you can change the font with the one that suits you best. For headings and important text is used Poppins, and for regular text and body text is used Rubik font.
Under the terms of the license, images are not included in the package with the code. You can purchase the images you need from Envato Elements, links to all images can be found in the Rolso HTML Template collection.