Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Your first fail - style.css:861
overrides the slider style .slick-track { overflow: visible !important; }
If you redefine the "system" styles of plugins, you need to do this with a full understanding of why and how it works, or leave it alone.
Your second cant is style.css:1052
The vids width is set to a rigid .iframe-video { ... max-width: 100% /* saves the day */ }
And here's a bonus tip:
Here's a simple rule that lets you quickly find which where the blocks go. It took me just a minute and a half to find your mistakes. And you've been suffering since yesterday
* {
outline: 2px dotted red;
outline-offset: -2px;
}
I also think that problems with js need to be solved
body {
overflow-x: hidden; // Это затычка
}
element.style {
opacity: 1;
width: 6000px;//Ваша проблема
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question