Nowa - Codeigniter Boostrap 5 Admin & Dashboard Template

Note:-

Please refer Faq's page in documentation itself for queries of customization like colors,rtl ,dark,transparent styles,etc..

Dashboard
Welcome to Nowa – Codeigniter Boostrap 5 Admin & Dashboard Template
  • Updated Date: 23/03/2022
  • Author: Spruko
  • Company: Spruko Technologies Private Limited
  • Support: support@spruko.com

Thank you for purchasing our admin template. Feel free to contact us any time. We have a dedicated team to provide you the best support. If you want any queries please contact live chat or email : sprukotechnologies@gmail.com

If You Love Our Template Design Please don't forgot to rate it. Thank you so much!

Introduction
Welcome to Nowa – Codeigniter Admin & Dashboard Template

Nowa - Admin Template, With these template formats, it's very easy to create a presence and grab someone's attention around the web page Because the template is built using HTML5, CSS3, Bootstrap 5 framework and with Sass. So please before you start working with the template take a quick look on the documentation so that you can easily built your website.

If You Love Our Template Design Please don't forgot to rate it. Thank you so much! 😊

Template Description

Nowa– is a codeigniter Admin & Dashboard template using modern and minimal design. It is fully flexible user-friendly and responsive. Nowa admin template is powered with HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 119 PHP Pages & 50+ Plugins more UI elements . No Need to do hard work for this template customization. We already designed it and you can easily design your website just how you like it. Advanced Form-Elements like Date pickers, form elements are included. This template using Bootstrap5 framework. This admin template is fully 100% Premium Admin Templates quality. This template designed for using HTML5,CSS3,Jquery. After Purchased this template you will get All HTML files,CSS, Scss and JS Files.

It has super clean flat user interface admin Backend design, easy customizable components and widgets.The Template comes with a awesome unique design also we ensure you can easily design admin template.

it is a fully responsive layout for all type of devices. Works on all major web browsers, Desktop, iPhone, iPad, Tablet and all other smart phone devices

Once you Purchase Nowa , you will be able to get free download of all future updates.

Template Features
Vertical-menu Horizontal click menu Horizontal hover menu RTL ready
119 PHP Pages Bootstrap 5 Responsive Framework Well Commented Code 24 * 7 Professional Company Support
Regular Updates 50+ Plugins 6 types of Charts Select2
About us Blog File Manager Gallery
Image-Comparision Ecommerce Pages Settings Page Blog Details
Calendar Mail Inbox 12 Types of Icon sets File upload
Message Chat Form Elements Month & Date & Year Range Pickers FormAdvanced Elements
Data Tables Lockscreen Page Error Page User Profile
Invoice Page Advanced Pricing Tables Easy to customize More Widgets
Very Easy to Create your Own Site Neat, clean and simple design W3C Validated
Installation Process of composer
In order to run CodeIgniter we need to install composer by the followingsteps
Steps to Download & Installation of Composer

Step1: Please visite the Official Web Site of the Composer www.getcomposer.org

Step2: Click on the Download option

Step3: Click on the Composer-Setup.exe you are done with download

Step4: Now Right click on the Composer-Setup.exe file and select Run as administrator click on Yes

Step5: You'll be getting two options click as per your choice

Step6: I choose Recommended option here and if your developer you can check the box of the Developer Mode

Step7: And click on the Next button please make sure of installation path and then click Next

Step8: You'll be asked to enter proxy url please skip the step and click on the Next button

Step9: Please make sure with the PHP Version it should not be less than 7.3 V, here we used 8.0.9 Version and then click on the next button

Step10: To confirm that Composer is installed in your system then type Composer in command prompt (if you are using XAMPP then go to C:\xampp\htdocs location and type composer)

The Basic Structure Of CodeIgniter Project
									
									├── app/
									├── node_modules
									├── public
									├── tests 
									├── vendor 
									├── writable 
									├── .env  
									├── .gitignore  
									├── .builds
									├── composer.json
									├── composer.lock
									├── env copy
									├── gulpfile 
									├── license
									├── package
									├── package-lock 
									├── phpunit.xml.dist
									├── readme.md 
									└── spark 
									
								
SCSS & CSS

Volgh comes with power of SCSS. The css files can be generated from scss by simply following below steps:

  • Gulp

    Gulp is a JavaScipt streaming task runner. It automate many development tasks. Using gulp you can perform tasks like running a local server, minifying code, compilation, Browser sync ,optimizing images, etc... We are using gulp which allows to easily compilation of scss to csss. You can read it more about it here.

Prerequisites

Please follow below steps to install and setup all prerequisites:

  • Nodejs

    Make sure to have the Node.js installed & running in your computer. If you already have installed nodejs on your computer, you can skip this step, otherwise install nodejs on your computer,

    Usenpm install init -y command to generate packages.json file

  • Gulp

    Make sure to have the Gulp installed & running in your computer. If you already have installed gulp on your computer, you can skip this step. In order to install, just run command npm install -g gulp from your terminal.

  • After Completion of gulp Install. open gulpfile.js And install the "Declartion of gulp variables" in your command promt. In order to install, just run command
    npm install gulp,
    npm install gulp-sass,
    npm install gulp-postcss,
    npm install autoprefixer,
    npm install gulp-sourcemaps,
    npm install browser-sync,
    npm install gulp-cssbeautify,
    npm install gulp-beautify from your terminal.

    Make sure to have all above prerequisites installed & running in your computer. If you want install more variables for your template, just declare the variables in gulpfile.js after that run in command promt

Installation

To setup, follow below mentioned steps:

  • Install Prerequisites

    Make sure to have all above prerequisites installed & running in your computer

  • Install Dependencies

    Open your terminal, go to your folder and enter the command npm install. This would install all required dependencies in node_modules folder.

After you finished with above steps, you can run the command to compile scss into css: gulp

SCSS & CSS

Here we provided the packages.json and gulpfile.js files in your project you just need to run npm install in your terminal at your project root path.

After compilation of download, you can compile your SCSS & CSS files by following the below procedure.

Command Description
gulp Runs the project locally, starts the development server and watches for any changes in your code, including your html, javascript, sass, etc. The development server is accessible at http://localhost:8080.
gulp watch In this template gulp watch command is for what ever changes made in scss folder, will watch and run an appropriate task. All the CSS files under assets/css/ folder will be watched and upon changes made to these files, the styles task will be executed.
gulp dark In this template gulp dark command is for what ever changes that are made in style-dark.scss will be watched and the changes automatically updated in style-dark.css file in css folder.
gulp transparent In this template gulp transparent command is for what ever changes are made in transparent.scss will be watched and the changes automatically updated in transparent.css file in css folder.
gulp skins In this template gulp skins command is for what ever changes are made in skin-modes.scss will be watched and the changes automatically updated in skin-modes.css file in css folder.
How to Run CodeIgniter Project in localhost

If you have installed XAMPP on your machine then please follow the below steps

Step:1 Quick view of Installations

1. Download and Install the Composer from official site https://getcomposer.org/

2. Install CodeIgniter by using Composer as mentioned in the installation process above.

Step:2 Run project

1. After installing your CodeIgniter, Open Xampp and click on the start button on the Apache server and MySQL server

2. Extract the zip file of CodeIgniter project that you received.

3. Please set your public $baseURL before going to run your project, go to /app/Config/app.php Example: public $baseURL = 'http://localhost:8080'; and set your project path in command prompt.

4. If your project is placed in Local Server, Example: C:\xampp\htdocs\myprojectfolder

5. If your project is placed in Desktop, Example: cd C:\Users\Admin\Desktop\myprojectfolder

6. Now run the command line: "php spark serve" or "php -S localhost:8080"

7. Your CodeIgniter PHP Development Server as been started (http://localhost:8080)

8. Copy the url and past it in your favorite browser

Installation Instructions For both CPANEL’S and FTP
Installation Instructions

Upload the Project that you have purchased in below directory based on your server

In FTP

Path: public_html/

Set your baseURL in /app config/app.php file Example: public $baseURL = 'website.com/myprojectfolder';

Go to browser and type the url followed by your project folder name Example: website.com/myprojectfolder

In cPanel:

Repeat the same process for cPanel

Inside File manager -> Path: public_html/

Set your baseURL in /app config/app.php file Example: public $baseURL = 'website.com/myprojectfolder';

version
  • PHP : "^8.0.9",
  • Composer : "^2.1.5",
  • CodeIgniter/framework : "^4.1.9",
Folder Structure
									
									├── app/
									|   ├── Config
									|   ├── Controllers
									|   ├── Database
									|   ├── Filters
									|   ├── Helpers
									|   ├── Language
									|   ├── Libraries
									|   ├── Models
									|   ├── ThirdParty
									|   ├── Views/
									|   |   ├── errors
									|   |   ├── layouts
									|   |   |   ├── components
									|   |   |   |   ├── app-header.php
									|   |   |   |   ├── app-saidebar.php
									|   |   |   |   ├── custom-scripts.php
									|   |   |   |   ├── custom-styles.php
									|   |   |   |   ├── custom-switcher.php
									|   |   |   |   ├── footer.php
									|   |   |   |   ├── model.php
									|   |   |   |   ├── scripts.php
									|   |   |   |   ├── sidebar-right.php
									|   |   |   |   ├── styles.php
									|   |   |   |   └── switcher.php
									|   |   |   ├── custom-main.php
									|   |   |   ├── main.php
									|   |   |   └── swicher.php
									|   |   └── pages
									|   |       └── 119 .php (files)
									├── public/
									|   ├── assets
									|   ├── favicon
									|   ├── index.php
									|   └── robots.txt
									├── vender/
									|   ├── Bin
									|   ├── Codeigniter\frame
									|   ├── Composer
									|   ├── Doctrine
									|   ├── Fakerphp
									|   ├── Kint-php
									|   ├── laminas
									|   ├── mikey179
									|   ├── myclabs
									|   ├── nikic
									|   ├── phar-io
									|   ├── phpdocumentor
									|   ├── phpspec
									|   ├── phpunit
									|   ├── psr
									|   ├── sebastian
									|   ├── symfony
									|   ├── theseer
									|   └── webmozart
									├── writable/
									|   ├── cache
									|   ├── debugbar
									|   ├── logs
									|   ├── session
									|   ├── uploads
									|   └── .htaccess
									├── .gitignore
									├── .htaccess
									├── builds
									├── composer.json
									├── env
									├── gulpfile.js
									├── license.txt
									├── package.json
									├── package-lock.json
									├── phpunit.xml.dist
									├── README.md
									└── spark
									
								
Switcher?

If you want to add switcher to your template follow the below process.

NOTE:The switcher is different for custom pages, if you want to add switcher to the custom pages then follow the process.(Skip this process if this is not your requirement).

Chart color

NOTE: If you want to change your chart colors according to the themecolors, then follow the process.(Skip this process if this is not your requirement).

FAQS

1) How to Change Font Style ?

Step 1:

Go To _style.scss(public/assets/scss/style.scss)

if you want to change another font-family Go to the site Google Fonts And Slect One font Family and import In to style.scss file

How to Select font Family

Example:

Step 2:

And paste Your Selected font-family in _style.scss

Example:

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

Step 3:

And add the Your Selected font-family in _custom-styles.scss(public/assets/scss/custom/_custom-styles.scss)

Example:


												body {
													font-family: "Poppins", sans-serif;
												}
													
												

2) How to Change Primary Color ?

Step 1:

Go To _custom-styles.scss (public/assets/scss/custom/custom-styles.scss )

You will find --primary-bg-color:#38cab3; , where you can simply change color code to change primary color

How to Change Primary Color

Example:

Simply you can also change color for primary-bg-hover:#5cd3b9; & --primary-bg-border:#38cab3; , where you can simply change color code to change them

3) How to Change Logo ?

Go To "assets/img/brand" folder and replace your logo with Previous Logos within in image size. note: Please don't increase logo sizes. Replace your logo within given image size. otherwise the logo will not fit in particular place it disturbs the template design.

4) How to Enable RTL version?

One more methode to add RTL version

open custom.js path:(public/assets/js/custom.js) file go to Left-menu Styles. and remove comments for $('body').addClass('rtl') to enable RTL version as shown in below


										/*RTL Layout Style*/
											// $('body').addClass('rtl');
										/*RTL Layout Style End*/
										
Remove the comments to enable $('body').addClass('rtl') as shown below

										/*RTL Layout Style*/
											$('body').addClass('rtl');
										/*RTL Layout Style End*/
										

5) How to Enable Darktheme?

open custom.js path:(public/assets/js/custom.js) file go to SWITCHER-toggle and remove comments for dark-mode to enable dark-mode style as shown in below


										/*Dark Layout Start*/
										// $('body').addClass('dark-theme');
										/*Dark Layout End*/
		
										
Remove the comments to enable dark-mode as shown below

										/*Dark Layout Start*/
											$('body').addClass('dark-theme');
										/*Dark Layout End*/
		
										

6) How to Enable Transparent theme?

open custom.js path:(public/assets/js/custom.js) file go to Transparent Layout and remove comments for transparent-theme to enable Transparent theme style as shown in below


										/*Transparent Layout Start*/
										// $('body').addClass('transparent-theme');
										/*Transparent Layout End*//
		
										
Remove the comments to enable dark-mode as shown below

										/*Transparent Layout Start*/
											$('body').addClass('transparent-theme');
										/*Transparent Layout End*/
		
										

7) How to Change Transparent body color?

Step 1:

Go To _custom-styles.scss (public/assets/scss/custom/custom-styles.scss )

You will find --transparent-body :#30b5a1; , where you can simply change color code to change transparent body color

Example:Below image shows Before and After changing transparent body color

8) How to Enable Background image in Transparent theme?

open custom.js path:(public/assets/js/custom.js) file go to Transparent image1 Layout and remove comments for bg-img1 & transparent-theme to enable Transparent theme with background image style as shown in below


		
										/*Transparent Layout Start*/
											// $('body').addClass('transparent-theme');
										/*Transparent Layout End*/
		
										/*Transparent image1 Layout Start*/
											// $('body').addClass('bg-img1');
										/*Transparent Layout End*/
		
										
Remove the comments to enable bg-img1 & transparent-theme as shown below

									/*Transparent Layout Start*/
										$('body').addClass('transparent-theme');
									/*Transparent Layout End*/
									/*Transparent image1 Layout Start*/
										$('body').addClass('bg-img1');
									/*Transparent Layout End*/
		
									

Go To "assets/img/media" folder and replace your image with Previous image(bg-img1) within in image size. note: Please don't increase image size. Replace your image within given image size. otherwise the image will not fit in particular place it disturbs the template design.

9) How to Enable Color-header?

open custom.js path:(public/assets/js/custom.js) file go to Header Styles. and remove comments for color-header to enable color-header style as shown in below


											/*Color Header Start*/
											// $('body').addClass('color-header');
											/*Color Header End*/
		
											
Remove the comments to enable color-header as shown below

										/*Color Header Start*/
											$('body').addClass('color-header');
										/*Color Header End*/
		
										

10) How to Enable Dark-header?

open custom.js path:(public/assets/js/custom.js) file go to Header Styles. and remove comments for dark-header to enable dark-header style as shown in below


											/*Dark Header Start*/
											// $('body').addClass('dark-header');
											/*Dark Header End*/
											
Remove the comments to enable dark-header as shown below

											/*Dark Header Start*/
												$('body').addClass('dark-header');
											/*Dark Header End*/
											

11) How to Enable Light-header?

open custom.js path:(public/assets/js/custom.js) file go to Header Styles. and remove comments for light-header to enable light-header style as shown in below


											/*Light Header Start*/
											// $('body').addClass('light-header');
											/*Light Header End*/
											
Remove the comments to enable light-header as shown below

											/*Light Header Start*/
												$('body').addClass('light-header');
											/*Light Header End*/
											

12) How to Enable Gradient-header?

open custom.js path:(public/assets/js/custom.js) file go to Header Styles. and remove comments for gradient-header to enable gradient-header style as shown in below


											/*Gradient Header Start*/
											// $('body').addClass('gradient-header');
											/*Gradient Header End*/
											
Remove the comments to enable gradient-header as shown below

											/*Gradient Header Start*/
												$('body').addClass('gradient-header');
											/*Gradient Header End*/
											
````````````````````````````````````````````````````````````

13) How to Enable Light Menu?

open custom.js path:(public/assets/js/custom.js) file go to Left-menu Styles. and remove comments for light-menu to enable light-menu style as shown in below


											/*Light Menu Start*/
											// $('body').addClass('light-menu');
											/*Light Menu End*/
											
Remove the comments to enable light-menu as shown below

										/*Light Menu Start*/
											$('body').addClass('light-menu');
										/*Light Menu End*/
										

14) How to Enable Color Menu?

open custom.js path:(public/assets/js/custom.js) file go to Left-menu Styles. and remove comments for color-menu to enable color-menu style as shown in below


										/*Color Menu Start*/
										// $('body').addClass('color-menu');
										/*Color Menu End*/
										
Remove the comments to enable color-menu as shown below

										/*Color Menu Start*/
											$('body').addClass('color-menu');
										/*Color Menu End*/
										

15) How to Enable Dark Menu?

open custom.js path:(public/assets/js/custom.js)file go to Leftmenu Style. and remove comments for dark-menu to enable dark-menu style as shown in below


											/*Dark Menu Start*/
											// $('body').addClass('dark-menu');
											/*Dark Menu End*/
											
Remove the comments to enable dark-menu as shown below

											/*Dark Menu Start*/
												$('body').addClass('dark-menu');
											/*Dark Menu End*/
											

16) How to Enable Gradient Menu?

open custom.js path:(public/assets/js/custom.js)file go to Leftmenu Style. and remove comments for gradient-menu to enable gradient-menu style as shown in below


											/*Gradient Menu Start*/
											// $('body').addClass('gradient-menu');
											/*Gradient Menu End*/
											
Remove the comments to enable gradient-menu as shown below

											/*Gradient Menu Start*/
												$('body').addClass('gradient-menu');
											/*Gradient Menu End*/
											

17) How to Enable Boxed-Layout?

open custom.js path:(public/assets/js/custom.js)file go to Layout-width Styles. and remove comments for layout-boxed to enable layout-boxed style as shown in below


											/*Boxed Layout Start*/
											// $('body').addClass('layout-boxed');
											/*Boxed Layout End*/
											
Remove the comments to enable layout-boxed as shown below

										/*Boxed Layout Start*/
											$('body').addClass('layout-boxed');
										/*Boxed Layout End*/
										

18) How to Enable Scrollable-Layout?

open custom.js path:(public/assets/js/custom.js) file go to Header-Position Styles. and remove comments for scrollable-layout to enable scrollable-layout style as shown in below


										/*Scrollable Layout Start*/
										// $('body').addClass('scrollable-layout');
										/*Scrollable Layout End*/
										
Remove the comments to enable scrollable-layout as shown below

										/*Scrollable Layout Start*/
											$('body').addClass('scrollable-layout');
										/*Scrollable Layout End*/
										

19) How to Enable Sidemenu-Icon-with Text?

open custom.js path:(public/assets/js/custom.js) file and remove comments for sidemenu-icontext to enable sidemenu-icontext style as shown in below


												/*Icon Text Sidemenu Start*/
													// $('body').addClass('icontext-menu');
													// $('body').addClass('sidenav-toggled');
													// if(document.querySelector('.icontext-menu').classList.contains('error-page1') !== true){
													// icontext();}
												/*Icon Text Sidemenu End*/
												
Remove the comments to enable sidemenu-icontext as shown below

											/*Icon Text Sidemenu Start*/
												$('body').addClass('icontext-menu');
												$('body').addClass('sidenav-toggled');
												if(document.querySelector('.icontext-menu').classList.contains('error-page1') !== true){
												icontext();}
											/*Icon Text Sidemenu End*/
											

20) How to Enable Closed-Menu?

open custom.js path:(public/assets/js/custom.js) file and remove comments for Closed Sidemenu to enable closed menu style as shown in below


												/*Closed Sidemenu Start*/
													// $('body').addClass('closed-menu');
													// $('body').addClass('sidenav-toggled');
													// if(document.querySelector('.closed-menu').classList.contains('error-page1') !== true){
													// hovermenu();}
												/*Closed Sidemenu End*/
												
Remove the comments to enable Closed Sidemenu as shown below

											/*Closed Sidemenu Start*/
												$('body').addClass('closed-menu');
												$('body').addClass('sidenav-toggled');
												if(document.querySelector('.closed-menu').classList.contains('error-page1') !== true){
												hovermenu();}
											/*Closed Sidemenu End*/
											

21) How to Enable Icon Overlay

open custom.js path:(public/assets/js/custom.js) file and remove comments for Icon Overlay Sidemenu to enable Icon Overlay style as shown in below


											/*Side icon menu Start*/
												// $('body').addClass('sideicon-menu');
												// $('body').addClass('sidenav-toggled');
												// if(document.querySelector('.sideicon-menu').classList.contains('error-page1') !== true){
												//hovermenu();}
											/*Side icon menu End*/
											
Remove the comments to enable sideicon-menu as shown below

											/*Side icon menu Start*/
												$('body').addClass('sideicon-menu');
												$('body').addClass('sidenav-toggled');
												if(document.querySelector('.sideicon-menu').classList.contains('error-page1') !== true){
												hovermenu();}
											/*Side icon menu End*/
											

22) How to Enable Hover Submenu

open custom.js path:(public/assets/js/custom.js) file and remove comments for Hover Submenu to enable Hover submenu style as shown in below


											/*hover submenu start*/
												// $('body').addClass('hover-submenu');
												// $('body').addClass('sidenav-toggled');
												// if(document.querySelector('.hover-submenu').classList.contains('error-page1') !== true){
												//hovermenu();}
											/*hover submenu end*/
											
Remove the comments to enable Hover Submenu as shown below

											/*hover submenu start*/
												$('body').addClass('hover-submenu');
												$('body').addClass('sidenav-toggled');
												if(document.querySelector('.hover-submenu').classList.contains('error-page1') !== true){
												hovermenu();}
											/*hover submenu end*/
											

23) How to Enable Hover Submenu style1

open custom.js path:(public/assets/js/custom.js) file and remove comments for Hover Submenu Style1 to enable Hover submenu style1 style as shown in below


												/*hover submenu style1 start*/
													// $('body').addClass('hover-submenu1');
													// $('body').addClass('sidenav-toggled');
													// if(document.querySelector('.hover-submenu1').classList.contains('error-page1') !== true){
													//hovermenu();}
												/*hover submenu style1 end*/
												
Remove the comments to enable Hover Submenu Style1 as shown below

												/*hover submenu style1 start*/
													$('body').addClass('hover-submenu1');
													$('body').addClass('sidenav-toggled');
													if(document.querySelector('.hover-submenu1').classList.contains('error-page1') !== true){
													hovermenu();}
												/*hover submenu style1 end*/
												

24) How to Enable Horizontal layout

open custom.js path:(public/assets/js/custom.js) file and remove comments for Horizontal layout to enable Horizontal layout style as shown in below


												/*Horizontal start*/
													// $('body').addClass('horizontal');
													// if(document.querySelector('.horizontal').classList.contains('error-page1') !== true){
													// 	document.querySelector('.horizontal .side-menu').style.flexWrap = 'noWrap'
													// 	menuClick();
													// }
												/*Horizontal end*/
												
Remove the comments to enable Horizontal layout as shown below

												/*Horizontal start*/
													$('body').addClass('horizontal');
													if(document.querySelector('.horizontal').classList.contains('error-page1') !== true){
													document.querySelector('.horizontal .side-menu').style.flexWrap = 'noWrap'
													menuClick();
													}
												/*Horizontal end*/
												

25) How to Enable Horizontal Hover layout

open custom.js path:(public/assets/js/custom.js) file and remove comments for Horizontal Hover layout to enable Horizontal Hover layout style as shown in below


												/*Horizontal-hover start*/
													// $('body').addClass('horizontal-hover');
													// $('body').addClass('horizontal');
													// if(document.querySelector('.horizontal-hover').classList.contains('error-page1') !== true){
													// 	document.querySelector('.horizontal .side-menu').style.flexWrap = 'noWrap'
													// 	HorizontalHovermenu();
													// }
												/*Horizontal-hover end*/
												
Remove the comments to enable Horizontal Hover layout as shown below

												/*Horizontal-hover start*/
													$('body').addClass('horizontal-hover');
													$('body').addClass('horizontal');
													if(document.querySelector('.horizontal-hover').classList.contains('error-page1') !== true){
													document.querySelector('.horizontal .side-menu').style.flexWrap = 'noWrap'
													HorizontalHovermenu();
													}
												/*Horizontal-hover end*/
												

26) How to Enable Horizontal or Horizantal Hover layout With Wrap Style

open custom.js path:(public/assets/js/custom.js) file and replacenoWrap with wrap in Horizontal (or) Horizontal Hover layout to enable wrap style for Horizantal or Horizantal Hover

													
													document.querySelector('.horizontal .side-menu').style.flexWrap = 'noWrap'
												
													
												
Replace noWrap with wrap as shown below
														
														document.querySelector('.horizontal .side-menu').style.flexWrap = 'wrap'
													
													
Below Image Shows How Wrap and Nowrap Styles Looks like.

Example:

Simply you can change noWrap with wrapto change the style of Horizontal or Horizontal Hover Menus

Font-use

Google fonts are used in the template. They are as follows: Google Fonts

All Images are used: Pexels.com

thank you!