Hi, I am trying to move the blog post title above blog image for better distinction between individual blogs but couldn’t do it . Could someone assist ? Thanks a lot!
Hi @pradeepnags ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Welcome to shopify community.
Please share your store URL and if your store is password protected then please provide password too.
Thank you.
Hi, Thanks for the quick response. The Store URL is <dbanyan.nl/blogs/info>.
The issue is also applicable to Recipe section which is again based on blogs <dbanyan.nl/blogs/recipes>
Hi Ketan,
Thanks for the immediate response.
The Store URL is <dbanyan.nl/blogs/info>.
The issue is also applicable to Recipe sections which is again based on blogs <dbanyan.nl/blogs/recipes>
Hi @pradeepnags ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/styles.css->paste below code at the bottom of the file:
.template-blog .opposing-items h1.left {
position: absolute;
left: 50%;
top: 150px;
z-index: 99;
transform: translateX(-50%);
background: rgba(255,255,255,.6);
padding: 0 10px;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Hi Ketan,
Yes. Thats correct. The title ‘How to sign up for online account using your Dbanyan shop account?’
should be above the picture. Is there an option ?
Hi Avada,
No. This solution didnt work. I pasted the code into styles.css.liquid but still see the heading below the blog image!
Hi @pradeepnags ,
Sorry, I confused the blog title with the blog post title.
You try below code in styles.css file:
@media (min-width: 768px) {
#shopify-section-blog-template .reading-column > h2 {
position: absolute;
top: 80px;
left: 50%;
transform: translateX(-50%);
padding: 0 10px;
background: rgba(255,255,255,.5);
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Hi Ketan,
Do you have an update. It is not the blog title but blog post title!
Hi Denishamakwana,
Could you assist in fixing the blog title issue. The others answers didnt work ![]()
Hi,
Please add below code in bottom of assets/styles.css file
.articles {
position: relative;
margin-top: 70px;
}
.article h2 {
position: absolute;
top: -40px;
}
.reading-column {
margin-bottom: 20px ;
}
Thank you.
Hope it works.
Hi Denishamakwana,
Do you have a solution for the above issue? Now all the blog titles are in one single line!




