Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi melski61,
    Impressed by your pottery I personally would not give the email subscription that much importance, i.e increase the sidebar in detriment of your main column.
    After overwriting the min-width on line 5 of the signup-form.css the sidebar’s content fitted well into the column, you want to do this in your child theme:

    .ctct-custom-form {
        min-width: none;
    }

    What do you think?
    Regards,
    Janosh

    Thread Starter melski61

    (@melski61)

    Thanks Janosh. I get how to edit style.css in my child theme, but I’m confused about how to get to the initial constant contact signup-form.css to edit line 5? I created a new signup-form.css in my child theme and added the code you provided, but it didn’t do anything.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar width’ is closed to new replies.