removing bs gallery and rebuild
This commit is contained in:
parent
57777e4eaa
commit
552ff49d63
|
@ -5051,6 +5051,11 @@ button,
|
||||||
[type="submit"] {
|
[type="submit"] {
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
|
|
||||||
|
.gallery:after {
|
||||||
|
content: "";
|
||||||
|
display: table;
|
||||||
|
clear: both; }
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
|
* Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
|
||||||
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||||
|
|
|
@ -62,11 +62,6 @@ require get_template_directory() . '/inc/jetpack.php';
|
||||||
*/
|
*/
|
||||||
require get_template_directory() . '/inc/bootstrap-wp-navwalker.php';
|
require get_template_directory() . '/inc/bootstrap-wp-navwalker.php';
|
||||||
|
|
||||||
/**
|
|
||||||
* Load custom WordPress gallery.
|
|
||||||
require get_template_directory() . '/inc/bootstrap-wp-gallery.php';
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Load WooCommerce functions.
|
* Load WooCommerce functions.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -161,3 +161,10 @@ button,
|
||||||
[type="submit"] {
|
[type="submit"] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Clearing after gallery
|
||||||
|
.gallery:after {
|
||||||
|
content: "";
|
||||||
|
display: table;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
Reference in New Issue