Margin Question

I’m having a difficult time figuring out how to get a margin to change. If you go to https://skyhoundz.com/skyhoundz3/my-account/edit-account/ and login. You will see all the info is butted up to the top and side. When I tried to modify the spacing, my regular Beaver Builder pages changed too.

Thanks,

Peter

[Content Hidden]

Hey Peter,

I think that page is actually generated dynamically by either WooCommerce or one of those YITH plugins. Try adding the CSS snippet below and see if it’s what you’re looking for. Feel free to change the values as well as check if it affects any other pages on your site.

.woocommerce-edit-account .fl-content-full.container {
  max-width: 1200px;
  margin: 30px auto 0;
}

Ben