This commit is contained in:
AlxMedia 2021-10-01 12:20:29 +02:00
parent abae27aa06
commit b6711a77ef
2 changed files with 8 additions and 2 deletions

View file

@ -77,6 +77,10 @@ Content images
== Changelog ==
= 1.0.3 - 2021-10-01 =
* Fixed single entry top spacing
* Fixed spacing in case carousel is disabled
= 1.0.2 - 2021-10-01 =
* Fixed menu z-index, over carousel

View file

@ -1,7 +1,7 @@
/*
Theme Name: Bigvisual
Theme URI: http://alx.media/themes/bigvisual/
Version: 1.0.2
Version: 1.0.3
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 5.8
@ -871,7 +871,7 @@ box-shadow: 0 0 2px rgba(255,255,255,0.4);
.slick-featured { position: relative; z-index: 2; }
.slick-featured-nav { position: relative; text-align: center; margin-bottom: 0; z-index: 3; }
.slick-featured-nav .slick-prev,
.slick-featured-nav .slick-next { background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,0.06), 0 2px 3px rgba(0,0,0,0.06); transition: all 0.3s ease; position: relative; display: inline-block; margin: 30px 10px 10px; height: 34px; width: 34px; border-radius: 10px; }
.slick-featured-nav .slick-next { background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,0.06), 0 2px 3px rgba(0,0,0,0.06); transition: all 0.3s ease; position: relative; display: inline-block; margin: 0 10px 10px; height: 34px; width: 34px; border-radius: 10px; }
.slick-featured-nav .slick-prev:hover,
.slick-featured-nav .slick-next:hover,
.slick-featured-nav .slick-prev:focus,
@ -882,6 +882,8 @@ box-shadow: 0 0 2px rgba(255,255,255,0.4);
.slick-featured-nav .slick-next:before { color: #000; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054"; }
.type-card { background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,0.06), 0 2px 3px rgba(0,0,0,0.06); margin-bottom: 10px; border-radius: 10px; position: relative; }
.card-large .type-card,
body.single .type-card { margin-bottom: 40px; }
.type-card-inner { position: relative; border-radius: 10px; overflow: hidden; }
.type-card-thumbnail { height: 620px; width: 100%; background-color: #ccc; background-position: center; background-size: cover; }
.type-card-thumbnail:before { opacity: 0.8; background: url(img/image-gradient.png) repeat-x; background-size: 100% 100%; content: ""; position: absolute; display: block; height: 100%; width: 100%; bottom: 0; display: block; transition: all .4s ease; }