Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1378367

    Hello!
    I have a problem with a background picture.
    See screenshots.

    like this it looks:

    View post on imgur.com

    I want it to look like that:

    View post on imgur.com

    Best regards
    Josephine

    #1378476

    Hey josk-design,

    Thanks for the login details. Which page are the screenshots taken from? Do you mean that you want the background image to be aligned top/right, and to be cut off almost by half the image?

    Best regards,
    Rikard

    #1378489

    Hi Rikard,
    here is the URL:
    https://dagmar-florea.de/wp-admin/post.php?post=14&action=edit

    I wish that it looks like this.
    so yes, as you said: I want the background image to be aligned top/right, and to be cut off almost by half the image.
    I can also prepare a background pic that looks like that, with the flower cut.

    But I thought perhaps there might be a chance to insert a png and influence the position?

    Best regards
    Josephine

    #1378495

    i wouldn’t place two grid-rows on that – just one
    see layout and codes on that page : https://webers-testseite.de/dagmar/

    play a bit with background-size and position – you can have background-position : right center – but to show the influence i decided to input a calculated value. First value : background-position-x – second value is : background-position-y

    PS: I have omitted the buttons here due to time constraints

    PPS: I have given to the columns a transparent background – to better see the same-height option.

    #1378605

    Hi Günni,

    thanks a lot. Wow!! That’s great.

    Now there is just one issue left.
    See: https://imgur.com/AuB1tyv
    I would like to align the text “Mein Angebot, Coaching…” to the rest of the content (green line on screenshot)

    Best regards
    Josephine

    #1378625

    on your top grid row you have a padding for the grid-cell – in this case now open the grid cell 1/1 and goto “Styling” Tab – Cell padding and synchronize it. – in your case 80px on all sites.

    #1378668

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    #1403329

    #top .av-layout-grid-container.bg-watermark {
    background: #2e3424 url(/wp-content/uploads/flower_green_90.png);
    background-position: 85% 30%;
    background-repeat: no-repeat;
    background-size: 50vw;
    }

    @media only screen and (max-width:989px) {
    #top .av-layout-grid-container.bg-watermark {
    background-position: right top;
    }
    }

    #1403341

    Hi,
    I’m not sure that I understand your post, is this your solution?

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.