Shopify themes, liquid, logos, and UX
Hello all, does anyone know how I can change the position of the text excerpt to my blogs? In the editor the text box is under the photo, which I like (bottom photo), but in the real desktop view the position shifts so that the text excerpt covers half the image (top photo) and I can't get to it. Many thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Hi @AnnaBe ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :
<style>
.article-item.animation--article-item.hover {
display: flex;
flex-direction: column;
}
.article-item__content {
margin-top: -50px;
width: 90%;
left: 5%;
}
.article-item__content-inner {
background: #f7f9fd;
}
</style>
Hope my answer will help you.
Best regards,
Victor | PageFly
Hi @AnnaBe ,
Could you please share URL and your store password if it enabled? So that we can help you.
Thank you.
This is an accepted solution.
Hi @AnnaBe ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :
<style>
.article-item.animation--article-item.hover {
display: flex;
flex-direction: column;
}
.article-item__content {
margin-top: -50px;
width: 90%;
left: 5%;
}
.article-item__content-inner {
background: #f7f9fd;
}
</style>
Hope my answer will help you.
Best regards,
Victor | PageFly
Hi Victor, it worked, thank you so much! Best regards
Thank you! This worked for us, too.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025