Hey there,
Working on targeting text boxes to be a specific height only after a minimum browser-width.
It works when the code is in Cornerstone but doesn’t reflect on the site.
How do I fix this?
This is the code:
@media only screen and
(min-width: 769px) {
.kfboxes {height:270px;}
}
This is what it looks like in the Cornerstone:
This is what it looks like on the actual website: