This topic has 4 replies, 2 voices, and was last updated 9 years, 4 months ago ago by Eva Kemp
Hello,
I have a styling problem with the Account Page: /my-account/edit-account/
I didn’t change anything but get a destroyed layout of this page.
See attached screenshot. Where can I fix it and how?
https://www.dropbox.com/s/is7e2iird8b2kax/Bildschirmfoto%202015-08-24%20um%2014.04.36.png?dl=0
thx
maccandy
Hello,
I’ve added this code in Custom CSS:
.woocommerce-account.logged-in .sidebar-position-without .content {
width: 75% !important;
}
.woocommerce-account form fieldset {
padding-left: 50px !important;
}
Clear browser cache and check the page now.
Regards,
Eva Kemp.
Hello,
works now perfect, thx.
one more question to this topic: is inserting some code in the Global CSS the same as inserting the Code in the style.css in child theme or is there any difference?
thx
maccandy
Hello,
It’s the same. If you use child theme you can add code into child style.css file.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up