Archived topic
Dynamic picture
3 replies · Started by Max on December 2, 2022
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.
Hi there,
this link: http://www.kleurintens.nl/wanneer-moet-je-je-tuin-snoeien/ is not working? Can you confirm the URL
Here
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;
}
}