- This topic has 3 replies, 2 voices, and was last updated 6 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › services boxes same size
how can i make the services boxes the same size no matter what screen size it is on
Hi,
Kindly show us your website URL please?
Regards,
Dave
dev.kdfllc.com
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (min-width:768px) and (max-width:1024px) {
.skt-builder-home-section1-block .service-box-outer { min-height:230px;}
}
Regards,
Dave
