Home › Forums › Support › Dynamic picture This topic has 3 replies, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 2, 2022 at 12:21 pm #2447189 Max I want the same as here: https://www.strijkerverf-wonen.nl/hoe-kies-je-een-nieuwe-vloer/ But then on this page http://www.kleurintens.nl/wanneer-moet-je-je-tuin-snoeien/ I am using an element, i know on the other website that i used additional CSS. But i cant copy the same code cause on the website i want. It has to be on a page instead of a posts. What i want is that the feature picture is on all the pages the same size and full width. December 3, 2022 at 6:20 am #2447844 DavidStaff Customer Support Hi there, this link: http://www.kleurintens.nl/wanneer-moet-je-je-tuin-snoeien/ is not working? Can you confirm the URL December 3, 2022 at 7:17 am #2447883 Max Here December 4, 2022 at 5:32 am #2448939 DavidStaff Customer Support Hi there, try this CSS: .single-post #page { max-width: 800px; } .single-post #page .inside-article > .gb-container.alignfull { margin-left: -50px; margin-right: -50px; } @media(max-width: 768px) { .single-post #page { max-width: 850px; } .single-post #page .inside-article > .gb-container.alignfull { margin-left: -30px; margin-right: -30px; } } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In