Hey @werfewr,
1. I tested your site in safari, chrome and fireforx and the overflow is not happening in my case. Can you update your browsers and disable Addons, to see if it is an issue with your setup please. Also send me information about the browser and OS you are using to being able to reproduce the issue.
2. You are right with font awesome on your site. Seems to be an issue with your theme + Gutenslider. It seems, some script is replacing font-awesome font icons with SVGs. The following Css should fix it:
.wp-block-eedee-block-gutenslider.arrow-style-1 .slick-prev::before,
.wp-block-eedee-block-gutenslider.arrow-style-1 .slick-next::before {
content: unset !important;
width: 0 !important;
height: 0 !important;
}
.wp-block-eedee-block-gutenslider .slick-prev svg,
.wp-block-eedee-block-gutenslider .slick-next svg {
width: 50px; /* set to the height + widht you want */
height: 50px;
color: #fff; /* set to the color you want */
}
-
This reply was modified 5 years, 2 months ago by
eedee.