Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there!

    Thanks for writing in to us here. I took a look at your form on your site and I see what you mean. While the options under “Custom Styling” in the plugin settings are limited to the area below the plugin’s header, you could disable the custom styling section and instead applying the border and background formatting you’d like to the entire widget container.

    In the Plugin Settings screen, if you scroll down to the CSS Cheat Sheet, you’ll see this class as the one used for formatting the whole container: .widget_mailchimpsf_widget

    Adding some styling in your site’s CSS for the .widget_mailchimpsf_widget class should do the trick.

    -Gabe

    Thread Starter BrownEyesTFC

    (@browneyestfc)

    I think that’s a little advanced for me (I would definitely need more info on how to do this), plus I change my giveaway every once in a while so I prefer not to have make changes to the CSS every time. How about making this a feature request?

    Hi BrownEyesTFC,

    Sure! I will take note of your feature suggestion and pass it on to our developers. Get back in touch if you have any other questions.

    have a great day!

    Hi BRownEyesTFC,

    I wanted to add some a few more tips on adding that border. You would add the css class that mc_gabe explained to the style.css of your wordpress theme. This page from wordpress has a few tips on editing your theme: https://codex.www.ads-software.com/Editing_Files Warning: Be careful editing your theme files, a mistake here might break your theme. If you’re not comfortable editing html/css, it might be best to consult a web developer.

    If you do decide to modify the file, to add a border around the entire border. Add a css class similar to this:

    .widget_mailchimpsf_widget {
    
        border: 3px solid blue;
    
    }

    This page from mozilla has a few tips on editing a css border: https://developer.mozilla.org/en-US/docs/Web/CSS/border

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘image placement’ is closed to new replies.