blog design

blog design

RheaKalo
Excursionist
22 0 6

Hi there, 

How can I make the blog images  same in size? 

https://rheakalo.com/blogs/news

Looks so messy!

thanks!

Replies 5 (5)

Raj-webdesigner
Shopify Partner
358 90 87

Add this css in your edit code > theme.scss.css file 

 

.article__grid-image-wrapper {
    max-width: 100% !important;
}
.article__grid-image-container img {
    max-width: 100% !important;
    max-height: 375px !important;
    object-fit: cover !important;
    width: 100% !important;
    height: 100%;
}
.article__grid-image-container{
    height: 410px !important;
    max-height: 375px;
    padding-top: 80% !important;
}

 

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


rajbhai
Shopify Partner
10 2 5

Add this code in edit code > theme.css and add this code at the end of the file

body .main-content .page-width ul.grid li .article__grid-image-wrapper .article__grid-image-container {
    padding-top: 100% !important;
}
body .main-content .page-width ul.grid li .article__grid-image-wrapper .article__grid-image-container img {
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    height: 444px !important;
}
body .main-content .page-width ul.grid li .article__grid-image-wrapper {
    max-width: 100% !important;
}
RheaKalo
Excursionist
22 0 6

I can't find a theme.css

 

rajbhai
Shopify Partner
10 2 5

theme.scss.css

stunning_web
Shopify Partner
7 1 1

Hi @RheaKalo,

 

There seem to be no blogs present at https://rheakalo.com/blogs/news or https://rheakalo.com/blogs please add some for further inspection