Site logo

[Support request] Dynamic picture

Home Forums Support [Support request] Dynamic picture

Home Forums Support Dynamic picture

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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.

    #2447844
    David
    Staff
    Customer Support

    Hi there,

    this link: http://www.kleurintens.nl/wanneer-moet-je-je-tuin-snoeien/ is not working? Can you confirm the URL

    #2447883
    Max

    Here

    #2448939
    David
    Staff
    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;
        }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.