Good day,
hoping someone could help me remove or adjust the margin/padding around the text section of the image-with-text section of the site.
URL:
www.reporting.io
I have added the below code for formatting so far in base.css
#ImageWithText--template--15930392838365__1654184156c0fcfe33 .image-with-text__heading{font-size: 30px; font-weight: bold; margin-bottom: 0px;}
#ImageWithText--template--15930392838365__1654184156c0fcfe33 .image-with-text__text p{ margin: 0;line-height: 1.5;font-size:16px}
#ImageWithText--template--15930392838365__1654184156c0fcfe33 .image-with-text__text p:before { content: "\2714\0020"; color: #ffafcc; font-size: 16px; }
#ImageWithText--template--15930392838365__1654184156c0fcfe33 .button { min-width: 230px;}
#ImageWithText--template--15930392838365__1654184156c0fcfe33 .image-with-text__text--caption{font-size: 20px; font-family: Assistant; text-transform:lowercase; margin-top: 0px;}
.image-with-text .image-with-text__text-item.grid__item{display: flex; margin: auto; margin-right:0px; padding-right:0px;
}
and this code in theme.liquid
I’d also like to set different font size and margins for laptop, desktop. The goal is to keep the text on one line regardless of screen size.
Please help!
Thanks