igormedina Posted May 15, 2022 Posted May 15, 2022 Site URL: https://cullenfurniture.squarespace.com/lighting/gridlamp I need to change the position of the description like the one I have done in this link: https://cullenfurniture.squarespace.com/lighting/candleholders and be able to replicate several times
tuanphan Posted May 16, 2022 Posted May 16, 2022 Add to Design > Custom CSS @media screen and (min-width:768px) { .item-pagination[data-collection-type^="blog"] { max-width: 1800px; width: 75%; margin: 0 auto; }} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
igormedina Posted May 16, 2022 Author Posted May 16, 2022 (edited) thanks @tuanphan , but it doesn't change position, or am I missing something else? That is aligned at the bottom of the image in the left corner, as the reference div.meta { bottom: 0; background-color: #00000000 !important; } div.meta-title { position: relative; top: 60%; right: 40px; font-weight: bold; color: black !important; margin: 1rem 0; } div.meta-description { position: relative; top: 60%; right: 40px; p {line-height: 1pt !important;} p {color: black !important;} } @media screen and (min-width:768px) { .item-pagination[data-collection-type^="blog"] { max-width: 1800px; width: 75%; margin: 0 auto; }} Edited May 17, 2022 by igormedina
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment