Welcart Carina 1.0.13 をリリースしました。
[更新内容]
ページナビゲーションのスタイル調整
スタイル追加: welcart_basic-carina/style.css 900行目あたり
.pagination_wrapper {
margin-top: 2em;
}
.pagination_wrapper li .current,
.pagination_wrapper li a {
text-align: center;
min-width: 33px;
}
スタイル追加: welcart_basic-carina/style.css 1543行目あたり
@media screen and (min-width: 62.5em) {
.page-header .taxonomy-description {
margin: 0 0 2em;
}
.pagination_wrapper {
margin-bottom: 40px;
}
}
※ ハイライト部分のスタイルを追加
スタイル追加: welcart_basic-carina/style.css 936行目あたり
.item-content .itemsoldout .inner {
position: absolute;
font-weight: normal;
top: 50%;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
/* =page
-------------------------------------------------------------- */
.link-pages {
margin-bottom: 40px;
}
.link-pages .post-page-numbers {
background-color: #fff;
text-align: center;
min-width: 33px;
border: 1px solid #131313;
}
.link-pages .post-page-numbers.current,
.link-pages a.post-page-numbers:hover {
background-color: #333;
}
※ ハイライト部分のスタイルを追加



