Reply To: Some problems with mobile responsiveness

#10033929
JohnnyH
Participant

Hey, thank you very much, it fixed everything.

I have one last question,
I am using the testimonial section from corporate-19. I have only made the section grey and changed the owl-carousel margins for mobile,
but I have a problem with the testimonial client name not appearing (it appears only after you scroll the carousel, and the second and third carousel appear normally).

        <section class="section bg-color-grey-scale-4 section-height-2 border-0 m-0 appear-animation" data-appear-animation="fadeIn" id="testimonials">
           	<div class="container py-5">
					<div class="row justify-content-center py-5">
						<div class="col-lg-9 px-lg-4 appear-animation" data-appear-animation="fadeIn" data-appear-animation-delay="200">
							<div class="owl-carousel owl-theme stage-margin stage-margin-lg nav-dark nav-style-2 mb-0" data-plugin-options="{'items': 1, 'margin': 100, 'loop': true, 'nav': true, 'dots': false, 'stagePadding': 100, 'autoHeight': true}">
								<div>
									<div class="testimonial testimonial-style-2 mb-0">
										<div class="testimonial-author">
											<img src="img/client-1.jpg" class="img-fluid rounded-circle" alt="">
										</div>
										<blockquote>
											<p class="text-color-dark text-5 line-height-5 mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget risus porta, tincidunt turpis at, interdum tortor. Suspendisse potenti. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
										</blockquote>
										<div class="testimonial-author">
											<p><strong class="font-weight-extra-bold text-2">- John Smith 1. Company</strong></p>
										</div>
									</div>
								</div>