Hi I was helped with this before and i’m not sure why it isn’t working now?
Here was the post that the solution was suggested.
You can see on this page:
The issues:
- text is expanding off of the page at some breakpoints
- The titles stay on one line causing it to also go off screen
- The icons at small viewpoint are far to the left of the text
https://hybridpharm.com/ottawa-pharmacy-and-compounding/
Here is my code:
/* Make feature classic list responsive */
@media only screen and (max-width: 600px) {
.x-feature-list .x-feature-box-graphic img.circle {
width: 40%;
float: left;
}
.x-feature-list .x-feature-box-graphic.circle.x-feature-box-align-v-middle {
width: 12%;
}
.x-feature-list .x-feature-box-text {
font-size: 12px;
width: 30%;
}
.x-feature-list .x-feature-box-title {
font-size: 18px;
}
.x-feature-list .x-feature-box-connector {
right: calc(100% - 80px) !important;
}
}
/* MOBILE */ @media only screen and (max-width: 767px) {
.circle-service-columns {
padding: 0 !important;
}
.circle-service-columns p {
padding-right: 5% !important;
padding-left: 5%
}
}
