On a detail page of a portfolio item I would like to make the images full width. If you look at this page: http://iseedeadpixels.nl/?clapat_ndk_portfolio=frock-template the heading is full width, but all the other images aren't. So my question is how can I make all the other images full width on these pages?
If I add that to my custom CSS the entire page goes to 100% width, but I only want the images to be full width and the text to remain like it is in the default template.
On a detail page of a portfolio item I would like to make the images full width. If you look at this page: http://iseedeadpixels.nl/?clapat_ndk_portfolio=frock-template the heading is full width, but all the other images aren't. So my question is how can I make all the other images full width on these pages?
Thanks in advance
You could specify the container width to be 100% with
.postid-52 .container {
width: 100% !important;
}
in theme options -> styling options -> custom css
ONLY for that specific page. that will allow the content to stretch full width
thanks
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
If I add that to my custom CSS the entire page goes to 100% width, but I only want the images to be full width and the text to remain like it is in the default template.
How do I know the id of a page?
You inspect the page / view the source code and the id is actually part of the classes included in the body.
you can style the text blocks/paragraphs with specific width (in a 100% container)
thanks
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio