• Resolved Argentum

    (@argentum)


    If I put an image in the content and opt not to have it link to a page or the file itself, the image still got a css hover effect that moves it sideways. What’s more, the image got a margin-left: 10px that puts it out of line with the left side of the content.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can remove the margin with this css:

    [class*=wp-image] {
    margin: 10px;
    }

    and if you want the shaddow to be turned off you can do that in the theme options > misc settings.

    Hope that helps,

    Kadence Themes

    Thread Starter Argentum

    (@argentum)

    Thanks, yes I found it. It looks a bit strange when the image moves when you hover the cursor over it and it doesn’t have a link.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image without link still has a "hover" movement effect’ is closed to new replies.