Guest Posted April 26, 2021 Share Posted April 26, 2021 Site URL: https://modernbusiness.squarespace.com/categories/accessories Is it possible to align to the top text in the image card block? Right now, it's centered. I know I can change the setting in the editor, but it's too high to the top. I'll have multiple pages of the same image blocks. It's Squarespace 7.0 Brine. Link to comment
Wolfsilon Posted April 26, 2021 Share Posted April 26, 2021 Hello there! Try this: .sqs-block-image .design-layout-card .image-card { position: absolute !important; top: 0 !important; } Hope this helps. Link to comment
Guest Posted April 27, 2021 Share Posted April 27, 2021 5 hours ago, Wolfsilon said: Hello there! Try this: .sqs-block-image .design-layout-card .image-card { position: absolute !important; top: 0 !important; } Hope this helps. Hey. Thank you so much. It works great on the desktop. But on mobile and tablet, the text shows up on the image. How can change that text is under the picture? Screenshot in the attachment. Thanks again, Juris Link to comment
tuanphan Posted April 28, 2021 Share Posted April 28, 2021 On 4/27/2021 at 11:25 AM, kristobans said: Hey. Thank you so much. It works great on the desktop. But on mobile and tablet, the text shows up on the image. How can change that text is under the picture? Screenshot in the attachment. Thanks again, Juris Try this @media screen and (min-width:641px) { .sqs-block-image .design-layout-card .image-card { position: absolute !important; top: 0 !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment