fix from Krasimir to have space between the sponsor icons
This commit is contained in:
parent
b81ac9c05a
commit
b85534d091
|
@ -596,6 +596,11 @@ footer .content li a {
|
||||||
margin: 0 0 2em 0;
|
margin: 0 0 2em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sponsors-frontpage a {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0 2.2em 1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Plugins */
|
/* Plugins */
|
||||||
.gmp_map_opts {
|
.gmp_map_opts {
|
||||||
float: none !important;
|
float: none !important;
|
||||||
|
@ -814,4 +819,4 @@ footer.entry-footer {
|
||||||
border-radius: 0.4em;
|
border-radius: 0.4em;
|
||||||
background: #F0F0F0;
|
background: #F0F0F0;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<section class="content">
|
<section class="content">
|
||||||
<?php echo do_shortcode( '[sh-latest-posts cat="news" label="'.pll__('Новини').'"]' ); ?>
|
<?php echo do_shortcode( '[sh-latest-posts cat="news" label="'.pll__('Новини').'"]' ); ?>
|
||||||
<div class="separator"></div>
|
<div class="separator"></div>
|
||||||
<div class="col-right sponsors">
|
<div class="col-right sponsors sponsors-frontpage">
|
||||||
<?php echo do_shortcode( '[sponsors]' ); ?>
|
<?php echo do_shortcode( '[sponsors]' ); ?>
|
||||||
<?php echo do_shortcode( '[partners]' ); ?>
|
<?php echo do_shortcode( '[partners]' ); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue