Problem With Thumbnails Height On Articles - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Problem With Thumbnails Height On Articles

A

ARPIdeas

SP Page Builder 2 years ago

Hi, I want to setup one height for all articles on Content - > Articles view. Now, when I added images with diffrent height then my view on this isnt good - I added pictures with one height but this generate too much job for this simple issue. There must be some option. I want to change this for more narrow.

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #99859

Hi

Thanks for contacting us. Do you want to reduce the articles image width?

-Regards.

0
A
ARPIdeas
Accepted Answer
2 years ago #99929

Yes

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #100096

Use this custom css

.sppb-carousel-inner>.sppb-item>a>img, .sppb-carousel-inner>.sppb-item>img, .sppb-img-responsive{
    width: 250px !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
A
ARPIdeas
Accepted Answer
2 years ago #100974

Unfortunately, this change also affects other graphics in SP Builder, not just the thumbnails in the article.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #101105

Sorry delete my previous CSS and use this one

.sppb-article-img-wrap img{
    width: 250px !important;
}
0