I did not find the duplicate you spoke of @crouchingbruin
I added: .et_pb_slider .et_pb_slide {
background-size: 100% 100% !important;
}
That fixed the slider dimensions
BUT I can’t resize the description — the paragraph text.
.et_pb_slide_description {
font-size: 18px !important;
}
}
I removed it @crouchingbruin but it did not make any difference.
This only happens on the homepage.
My Code
<div class=’yoast-container container’>
<?php if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
} ?>
</div>