Currently, I am utilizing a full-width template from the Sela theme found at https://wordpress.org/themes/sela/. My goal is to extend the width of this full-width template on a specific page so that it matches the length of the navigation bar. The particular page in question is located at .
I have attempted to make this adjustment by incorporating information obtained from various online sources into my css:
.page-template-full-width-page .content-wrapper.full-width.without-featured-image { margin: 0; }
Unfortunately, this addition did not achieve the desired outcome. Therefore, I am open to any suggestions or recommendations on how best to modify the width of the template effectively.