Replacing the custom html with the below should fix that:
.slideshow__text.banner__box.almo {max-width: var(--page-width) !important; margin: 0 auto; background-color: transparent;} .ss-inner {background-color: #fff; width: 100%; height: 100%; padding: 75px;} .banner__text {margin-bottom: 30px;} @media only screen and (min-width: 750px) { .slideshow__text.banner__box {padding: 5rem;} .ss-inner {padding: 125px;} } @media only screen and (max-width: 750px) { .banner__box {padding: 4rem 1.5rem !important;} }
a1anm
10
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Create a colour block around custom HTML text | 1 | 67 | September 22, 2022 | |
| Changing the color of a current word | 6 | 63 | July 12, 2024 | |
| How can I change a specific word's color in a text? | 13 | 99 | June 11, 2024 | |
| How can I change the color of specific characters in my headings? | 5 | 48 | January 30, 2024 | |
| How to change the color of specific part of section heading? | 6 | 63 | November 28, 2023 |