Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey Jim,

    Your optin form is slightly breaking the rules, which may have been why you would have had a hard time getting the form and image to match up (it extends past the pre-defined area for those side widgets)

    A quick fix would be to make the img container extend as well

    .jetpack-image-container {
        width: 20em;
    }

    ^pretty darn close

    You can add that tidbit either in a child theme or using a custom css plugin ??

    Hope that helps!

    Thread Starter jimklein

    (@jimklein)

    Thank you for the quick response. I’m a little green at this so what do I do just install a custom css plugin and then add the code you gave me in to the plugin? Is there one plugin you would recommend?

    Thanks

    Yepp, that’s all there is to it!

    The only plugin I’ve used for css was Simple Custom CSS; I just stick to using Child Themes, but either option works!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I increase the width of the image to match the optin form on Blaskan’ is closed to new replies.