A space to discuss online store customization, theme development, and Liquid templating.
Hi,
the Dawn 2.0 Featured Image is huge! I followed this instruction and got it resized horizontal, but the picture is still too big vertically. How I can make it smaller please?
Also, I would liked to center the title?
Blog is not published yet, so I can't share link to it.
If you have codes/instructions to use, I would be more than happy to receive those, thank you in advance!
**Unsolicited mentioned removed by Community Moderator**
Solved! Go to the solution
This is an accepted solution.
Hi @BPCo,
Please go to section-blog-post.css file and remove code here:
then, paste this at the bottom of the file:
.article-template .media {
padding-bottom: 35% !important;
}
.article-template .media img {
right: 0;
}
Hope it helps!
Hi @BPCo,
Please send your site and if your site is password protected, please send me the password. I will check it.
Hi @BPCo,
Sorry, can you send me the published blog link via private message, it will keep you secure and i can check it for you.
Because I can't check if I don't see it.
https://bopeachco.com/blogs/proseccoa-persikoita/tervetuloa-kyltti
After publishing I can see that the mobile view for this blog post is looking rediculous and all my settings for alignment are gone. 🤯
Hi @BPCo,
Yes, it will work when you view at the front-end, when you view at the admin back-end, it won't pick up the code I showed so you won't be able to see it working.
Hope it is clear to you.
Not sure what you meant,but do you have solution how to fix picture and title as per my first message?
Hi @BPCo,
Please go to section-blog-post.css file and change code here:
then, paste this at the bottom of the file::
.article-template header {
text-align: center !important;
}
Hope it helps!
The width is now ok, but I need to make photo lower, more rectangle shaped..
Hi @BPCo,
Did you change according to my previous instructions?
it will display fine like this:
Or do you want this?
Yes! The second choice please 🥰
Could you please advice how you did the second image? 🙂
This is an accepted solution.
Hi @BPCo,
Please go to section-blog-post.css file and remove code here:
then, paste this at the bottom of the file:
.article-template .media {
padding-bottom: 35% !important;
}
.article-template .media img {
right: 0;
}
Hope it helps!
Hi @BPCo,
Go to Assets > section-blog-post.css and paste this at the bottom of the file:
@media screen and (max-width: 749px) {
.article-template__content .rte img {
width: 100%;
margin: 0 !important;
}
}
If it helped you solve your issue, please mark it as a solution. Thank you and good luck.