[[!pdoMenu?
&parents=`0`
&level=`1`
&resources=`-2, -3, -4`
]]
И вообще стоит ли так четко задавать этот padding в 80px( в данном случае)? Или можно задать любой padding ,чтобы контент просто не прилипал(потому что на данном макете отступы по краям 80px , но есть макеты, где отступы больше 100px)?
var owl = $("#team__slider").on('initialized.owl.carousel changed.owl.carousel', function(e) {
var carousel = e.relatedTarget;
if ( carousel.current() + 1 === carousel.items().length) {
setTimeout(function () {
var dots = $('#team__slider .owl-dot');
$(dots[0]).trigger('click');
}, 7000);
}
}).owlCarousel({
navText: ['<svg xmlns="http://www.w3.org/2000/svg" width="15" height="24"><path d="M2.8 0L0 2.8 9.3 12 0 21.2 2.8 24 15 12 2.8 0z"/></svg>','<svg xmlns="http://www.w3.org/2000/svg" width="15" height="24"><path d="M2.8 0L0 2.8 9.3 12 0 21.2 2.8 24 15 12 2.8 0z"/></svg>'],
responsiveClass:true,
loop:false,
nav: true,
dots: true,
items: 1,
autoplayTimeout:7000,
autoplay:true
});
<section class="testimonials">
<div class="container">
<div class="testimonials__wrapper">
<div class="testimonials__wrapper_item">
<div class="testimonials__wrapper_item_img">
<img src="img/photo/testimonial.png" alt="Q">
</div>
<div class="testimonials__wrapper_item_text">
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.”</p>
<h4>Joe Doe</h4>
</div>
</div>
<section class="testimonials">
<div class="container">
<div class="testimonials__wrapper">
<div class="testimonials-item">
<div class="testimonials-item__img">
<img src="img/photo/testimonial.png" alt="Q">
</div>
<div class="testimonials-item__text">
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.”</p>
<h4>Joe Doe</h4>
</div>
</div>