Creative CTA - background image size

Placed a logo image on the back of a creative CTA and want to adjust that image size. Have tried various sizes but it seems to be set to only show a smaller version.

Inserted the following code but it did not seem to make a difference.

.x-creative-cta>span {
min-width: 100%;
}

Hello Kimberly,

Thanks for writing in!

This is the structure of the Creative CTA element.

Therefore, your code should only be:

.x-anchor.has-graphic img {
  min-width: 100%;
  height: auto;
}

Be advised that setting the width and height will mostly stretch out the image. Be sure to disable the Retina option especially if your images are smaller than your column containers.

If nothing is helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role
- Confirmation that we can access and make changes to your site

To know how to create a secure note, please check this out: How The Forum Works

Best Regards.

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