This commit is contained in:
Roman Pyrih
2026-03-18 10:25:42 +01:00
parent b5087a6913
commit 25e29f830c
4 changed files with 50 additions and 18 deletions

View File

@@ -1884,7 +1884,6 @@ body.page-id-7 main#primary .box-3 .row-1 .box-title h2 {
font-weight: 500;
font-size: 40px;
line-height: 1.35;
text-align: center;
}
@media (max-width: 1199px) {
body.page-id-7 main#primary .box-3 .row-1 .box-title h2 {
@@ -1896,6 +1895,9 @@ body.page-id-7 main#primary .box-3 .row-1 .box-title h2 {
font-size: 32px;
}
}
body.page-id-7 main#primary .box-3 .row-1 .box-title h2 {
text-align: center;
}
body.page-id-7 main#primary .box-3 .row-2 {
padding-bottom: 120px;
}
@@ -3046,13 +3048,15 @@ body.page-template-page-blog main.blog-page .box-1 .row-2 .box-nav-title p {
font-weight: 500;
font-size: 18px;
line-height: 1.67;
font-weight: 600;
}
@media (max-width: 991px) {
body.page-template-page-blog main.blog-page .box-1 .row-2 .box-nav-title p {
font-size: 16px;
}
}
body.page-template-page-blog main.blog-page .box-1 .row-2 .box-nav-title p {
font-weight: 600;
}
body.page-template-page-blog main.blog-page .box-1 .row-2 .box-nav-list ul {
margin: 0;
padding: 0;
@@ -3312,7 +3316,6 @@ body.single-post main.site-main > .box-2 .row .box-title h2 {
font-weight: 500;
font-size: 40px;
line-height: 1.35;
text-align: center;
}
@media (max-width: 1199px) {
body.single-post main.site-main > .box-2 .row .box-title h2 {
@@ -3324,6 +3327,9 @@ body.single-post main.site-main > .box-2 .row .box-title h2 {
font-size: 32px;
}
}
body.single-post main.site-main > .box-2 .row .box-title h2 {
text-align: center;
}
body.single-post main.site-main > .box-2 .row .box-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
@@ -3999,7 +4005,6 @@ body.page-id-125 .box-3 .row .box-title h2 {
font-weight: 500;
font-size: 40px;
line-height: 1.35;
text-align: center;
}
@media (max-width: 1199px) {
body.page-id-125 .box-3 .row .box-title h2 {
@@ -4011,6 +4016,9 @@ body.page-id-125 .box-3 .row .box-title h2 {
font-size: 32px;
}
}
body.page-id-125 .box-3 .row .box-title h2 {
text-align: center;
}
body.page-id-125 .box-3 .row .box-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
@@ -4055,7 +4063,6 @@ body.podcasty-template-default main.site-main .box-2 .row .box-title h2 {
font-weight: 500;
font-size: 40px;
line-height: 1.35;
text-align: center;
}
@media (max-width: 1199px) {
body.podcasty-template-default main.site-main .box-2 .row .box-title h2 {
@@ -4067,6 +4074,9 @@ body.podcasty-template-default main.site-main .box-2 .row .box-title h2 {
font-size: 32px;
}
}
body.podcasty-template-default main.site-main .box-2 .row .box-title h2 {
text-align: center;
}
body.podcasty-template-default main.site-main .box-2 .row .podcasty-list {
display: flex;
flex-direction: row;
@@ -4328,7 +4338,7 @@ body.page-id-511 .box-3 .box-3--wrapper .row-1 .col-1 .box-data p {
background: #583867;
border-radius: 50px;
}
body.page-id-511 .box-3 .box-3--wrapper .row-1 .col-1 .btn-4 {
body.page-id-511 .box-3 .box-3--wrapper .row-1 .col-1 .box-btns {
margin-top: 50px;
}
body.page-id-511 .box-3 .box-3--wrapper .row-1 .col-2 {
@@ -4475,7 +4485,7 @@ body.page-id-511 .box-4 .box-4--wrapper .row-1 .col-1 .box-alert p {
font-size: 12px;
line-height: 1.3;
}
body.page-id-511 .box-4 .box-4--wrapper .row-1 .col-1 .btn-4 {
body.page-id-511 .box-4 .box-4--wrapper .row-1 .col-1 .box-btns {
margin-top: 50px;
}
body.page-id-511 .box-4 .box-4--wrapper .row-1 .col-2 {

File diff suppressed because one or more lines are too long

View File

@@ -4448,7 +4448,8 @@ body.page-id-511 {
border-radius: 50px;
}
}
.btn-4 {
.box-btns {
margin-top: 50px;
}
}
@@ -4622,7 +4623,8 @@ body.page-id-511 {
line-height: 1.3;
}
}
.btn-4 {
.box-btns {
margin-top: 50px;
}
}

View File

@@ -108,10 +108,20 @@
</div>
<?php endif; ?>
<?php if(!empty($box_3_top['btn']['url'])) : ?>
<a href="<?php echo $box_3_top['btn']['url']; ?>" class="btn-4" target="<?php echo $box_3_top['btn']['target']; ?>">
<span><?php echo $box_3_top['btn']['title']; ?></span>
</a>
<?php if (!empty($box_3_top['btn']['url']) || !empty($box_3_top['btn_2']['url'])) : ?>
<div class="box-btns">
<?php if(!empty($box_3_top['btn']['url'])) : ?>
<a href="<?php echo $box_3_top['btn']['url']; ?>" class="btn-4" target="<?php echo $box_3_top['btn']['target']; ?>">
<span><?php echo $box_3_top['btn']['title']; ?></span>
</a>
<?php endif; ?>
<?php if(!empty($box_3_top['btn_2']['url'])) : ?>
<a href="<?php echo $box_3_top['btn_2']['url']; ?>" class="btn-4" target="<?php echo $box_3_top['btn_2']['target']; ?>">
<span><?php echo $box_3_top['btn_2']['title']; ?></span>
</a>
<?php endif; ?>
</div>
<?php endif; ?>
</div>
<div class="col col-2">
@@ -186,10 +196,20 @@
<p><?php echo $box_4_top['alert']; ?></p>
</div>
<?php endif; ?>
<?php if(!empty($box_4_top['btn']['url'])) : ?>
<a href="<?php echo $box_4_top['btn']['url']; ?>" class="btn-4" target="<?php echo $box_4_top['btn']['target']; ?>">
<span><?php echo $box_4_top['btn']['title']; ?></span>
</a>
<?php if (!empty($box_4_top['btn']['url']) || !empty($box_4_top['btn_2']['url'])) : ?>
<div class="box-btns">
<?php if(!empty($box_4_top['btn']['url'])) : ?>
<a href="<?php echo $box_4_top['btn']['url']; ?>" class="btn-4" target="<?php echo $box_4_top['btn']['target']; ?>">
<span><?php echo $box_4_top['btn']['title']; ?></span>
</a>
<?php endif; ?>
<?php if(!empty($box_4_top['btn_2']['url'])) : ?>
<a href="<?php echo $box_4_top['btn_2']['url']; ?>" class="btn-4" target="<?php echo $box_4_top['btn_2']['target']; ?>">
<span><?php echo $box_4_top['btn_2']['title']; ?></span>
</a>
<?php endif; ?>
</div>
<?php endif; ?>
</div>
<div class="col col-2">