Support » Fixing WordPress » How to Remove Margin from Sidebar Form

  • Resolved cbeaman

    (@cbeaman)


    Hi there,

    Very basic question (I think?)
    I am having trouble centering an email form on this page:

    site.

    Any ideas how to make this form move over?

    -Charles

Viewing 4 replies - 1 through 4 (of 4 total)
  • Looks like it is centered. Do you mean you want it left-aligned like the rest of the sidebar?

    Thread Starter cbeaman

    (@cbeaman)

    Yes, sorry, left-aligned is what I meant.

    Copy/paste this as-is at the very end of the style block in your text widget, just before the </style> tag (make a copy of everything in the widget first so you can revert if necessary 🙂 ).

    #af-form-1171967499, #af-form-1171967499 .quirksMode {
    width:100%;
    }
    
    #af-form-1171967499 .af-header {
      padding:1px 15px 1px 0;
    }
    
    #af-form-1171967499 .af-standards .af-element {
    padding-left:0;
    }
    
    #af-form-1171967499 .buttonContainer {
    text-align: left;
    }
    Thread Starter cbeaman

    (@cbeaman)

    Wow, thank you very much Michelle. You are very helpful!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Remove Margin from Sidebar Form’ is closed to new replies.