Site URL: https://www.madeofair.com/
Hi,
I am tweaking my site (madeofair.com) for tablet format using custom css.
I am struggling with the "auto layout" list section. It looks good on desktop and mobile, but tablet is not looking good at all. Here is a photo of that:
I tried a variety of css codes to change the margin, padding, width, etc, but I can't seem to find the write combination.
* note: this code is not correct *
section[data-section-id="615b2fd71249de2a06ebdfcf"] {
padding-left: -250px !important;
padding-right: -250px !important;
}
h1, .user-items-list-item-container * {
font-family: 'geographmedium' !important;
width: 25vw;
}
From my tests, I could successfully increase the size of the images and the text, but could not figure out how to extend the width of the content to make more space for the text to fit properly. I figured out how to manipulate the title font size, but then it was effecting all the H1 text on the site, which we do not want to do obviously haha.
I would like to do one of the following:
1) reduce the title font size so title text fits better
2) extend margin on left and right so the text has more space
3) shrink the overall size of the list section so all three items can have more space
and of course, I am open to suggestions on what you think is best.
Many thanks in advance,
- Kristen