Increase background image size by px or % and negative spacing

Hi there,

I have a background image SVG with the following code:

#stunning-header .crumina-heading-background {
    background: #4adcc5 url(images/logo-bg.svg) no-repeat left center;

What I would like to do is have the background image increased in size, either by px or % and also have it positioned negatively on the top and bottom so it appears cut off a little.

How can I so this? I have tried increasing the background-size but using % %, but not having much luck.

Any suggestions would be great.

This is what I am trying to acheive:
image

rather than:

image

Thanks

Hi there toolman,

if you were to provide members here with your
logo-bg.svg file, it would definitely give them
a much better chance of solving your problem. :winky:

coothead

2 Likes

Hi,

Sure, attached is logo-bg.zip (648 Bytes) the SVG.

Hi there toolman,

here is one basic example…

https://codepen.io/coothead/full/dyogevw

…and the code used…

https://codepen.io/coothead/pen/dyogevw

coothead

4 Likes

Hi coothead,

Many thanks for the example. it looks good :slight_smile: I will have a play around with it as I am trying to get the main green/turquoise background to be 100% width.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.