PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Overriding default styles? Am I missing something?

  1. tm
    Member

    On this new test site I just put up I wanted to test out this form and had a few questions.

    As you can see the box picture is suppose to be in the middle with "Depth" centered to its left, "Width" centered on the bottom and "Thickness" centered to the right. adding left margin moved them over (kind of...) but I cant seem to add negative margin (to move thickness up like 50px), etc. As I missing something?

    http://www.customwindowcushions.com/custom-window-seat-cushions

    Posted 12 years ago on Thursday January 19, 2012 | Permalink
  2. Playing around with this in Google Chrome Dev Tools, this seemed to work for me:

    [css]
    .dimensionsWidth {
    width: 100px;
    margin-left: 325px;
    margin-top: 50px;
    }
    .dimensionsThickness {
    width: 100px;
    margin-left: 525px;
    margin-top: -50px;
    }
    Posted 12 years ago on Thursday January 19, 2012 | Permalink
  3. tm
    Member

    Sweet, thanks

    Posted 12 years ago on Thursday January 19, 2012 | Permalink
  4. No problem, glad to help!

    Posted 12 years ago on Thursday January 19, 2012 | Permalink

This topic has been resolved and has been closed to new replies.