Hi there,
I'd like to change the width of the photo and desc wrappers of the Promo_box  in a specific portfolio. There is no CSS custom in the portfolio - where do I add my CSS then without changing the rest of the website?
and this is how I'd like it to look: (less space for the photo and more for the description)
.promo_box_wrapper .photo_wrapper {
    width: 20%; }
.promo_box_wrapper .desc_wrapper {
    width: 72%; }
Thank you!
Effie
                 
                
Comments
body.postid-5646 .promo_box_wrapper .photo_wrapper {width: 20%;
}
But I suggest not to customize it by CSS, if it's possible, decrease the wrap/section grid to make it smaller.