- This topic has 6 replies, 3 voices, and was last updated 8 years, 4 months ago by
Tom.
-
AuthorPosts
-
December 1, 2017 at 3:33 pm #439787
Robert
Hello,
I’m having a problem with some Woocommerce formatting. On the ‘content’ tab of the my account page this is how things appear: https://cl.ly/2F2m381P1r1c.
I don’t have any custom CSS that I think would be causing this (I removed it temporarily to check).
Can you tell me why this is or what you recommend doing to fix it?
December 1, 2017 at 4:06 pm #439803Leo
StaffCustomer SupportHi there,
Is that on live page or the back stage?
If it’s a live page can you link me to it?
December 1, 2017 at 4:19 pm #439805Robert
It’s not live unfortunately. Not sure if you’re able to mimic this but it would be if you had a Woocommerce membership and then click through to the ‘content’ part of the membership that shows what you have access to under ‘my account’. Since this is in the admin I would have to send admin rights privately somehow for you to see this.
December 1, 2017 at 4:21 pm #439806Robert
I dug a bit deeper and it seems as though something in the generatepress styles.css file is messing it up.
.clear:after, .clear:before, [class*=content]:after, [class*=content]:before, [class*=site]:after, [class*=site]:before { content: ''; display: table;By removing the content: ”; the column seems to fix itself. Maybe something worth noting for a future update of the theme? I don’t want to remove this globally, so I can just remove it in the CSS for a Woocommerce table specifically for now.
December 1, 2017 at 11:54 pm #439886Tom
Lead DeveloperLead DeveloperAny chance you can set me up with a temporary account so I can see the issue live?: https://generatepress.com/contact/
That CSS is required, so we’ll have to come up with a workaround for the WooCommerce Membership plugin.
December 2, 2017 at 12:30 pm #440213Robert
I fixed the issue by making content: none; on woocommerce pages only. By having it, it creates this shift of all of the columns in any tables and Woo uses tables a lot. Since I fixed it there isn’t really much to see, the code above is exactly the issue. Once I get the site live I’ll try to send you information on it and revert back to before I had the fix in place. It could of course be a plugin conflict or CSS from something else but I haven’t tested it that deeply.
December 2, 2017 at 9:11 pm #440338Tom
Lead DeveloperLead DeveloperSounds good! Thank you 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.