trouble with sizing a div in a portfolio page

hi everybody

I’m working on the appearance of my portfolio (shapely theme using Easy Photography Portfolio plugin), with a theme child, separate style.css.
I’m trying to have a size of 100% for the div PPDescription__inner (see image linked)
I would like him to occupy all the width in the div PP_Description.

I figure to target the div, change color bg etc… but nothing’s working for the width…

have a nice sonday

please anyone for some help ?

Hello there,

I hope you are doing well today.

Could you please tell the element that ou are trying to change or provide an image of it? Because it is hard for me to find the element you want to change because that CSS is used by different elements in the theme.

Best Regards,
Support

hi and thank you for your answer

I’m working on a page creating by easy photography portfolio
that one :here
I would like the text ( <div class="PP_Description__inner> has the same width (occupy all the space in) that the div PP_Description.

I hope I’m answering what you ask for :wink:

Best regards

hello :slight_smile:
up :stuck_out_tongue:

Hello there,

I hope you are doing well today.

You can use the following CSS code to increase the width of the element by going to Appearance > Customize > Additional CSS and pasting it there.

/*Max width*/
.PP_Description {
    max-width: 1681px;
}

Best Regards,
Support