Hi @abarnett88,
You’re correct that the two changes do require CSS rules.
Please log in to your admin area and go to “Appearance >> Customize >> Additional CSS”. Add the CSS rules mentioned below.
@media screen and (max-width: 1023px) {
#featured-slider #main-banner .caption {
width: 50%;
}
}
@media screen and (max-width: 851px) {
#featured-slider #main-banner .caption {
width: 80%;
}
}
.business-kit-services .services-wrapper .inner-wrapper {
margin-left: 0;
margin-right: 0;
}
.business-kit-services .services-wrapper .inner-wrapper .service-item {
padding-left: 0px;
padding-right: 0px;
margin-right: -1px;
}
.services-wrapper .service-item .service-text-wrap {
padding: 10px;
}
.services-wrapper .service-item:hover .service-thumb img {
top: -45px;
}
This will get you what you need and also you should be able tweak the values as per your requirement.
Thank you
Regards,
Team ProDesigns Themes
-
This reply was modified 5 years, 9 months ago by ProDesigns.