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;
|
||||
}
|
||||
|
||||
.sponsors-frontpage a {
|
||||
display: inline-block;
|
||||
padding: 0 2.2em 1em 0;
|
||||
}
|
||||
|
||||
/* Plugins */
|
||||
.gmp_map_opts {
|
||||
float: none !important;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<section class="content">
|
||||
<?php echo do_shortcode( '[sh-latest-posts cat="news" label="'.pll__('Новини').'"]' ); ?>
|
||||
<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( '[partners]' ); ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue