-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix - SP Pagebuilder 2.0 Compatibility. Fix - Mega Menu 'Display in Menu' issue fixed (show/hide) Fix - Link type menu 'textseparator, Menu Item Alias, Fix - Menu Heading' css & submenu issue fixed in offcanvas. Fix - Header sticky animation issue fixed. Fix - Offcanvas icon error fixed. New - Updated Joomla version 3.6.4
- Loading branch information
1 parent
5f5531e
commit 2c76ee2
Showing
14 changed files
with
242 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/** | ||
* @package Helix3 Framework | ||
* @author JoomShaper http://www.joomshaper.com | ||
* @copyright Copyright (c) 2010 - 2016 JoomShaper | ||
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later | ||
*/ | ||
|
||
.sppb-row-container { | ||
margin-right: auto; | ||
margin-left: auto; | ||
padding-left: 15px; | ||
padding-right: 15px; | ||
} | ||
@media (min-width: 768px) { | ||
.sppb-row-container { | ||
width: 750px; | ||
} | ||
} | ||
@media (min-width: 992px) { | ||
.sppb-row-container { | ||
width: 970px; | ||
} | ||
} | ||
@media (min-width: 1200px) { | ||
.sppb-row-container { | ||
width: 1170px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.