Site logo

Archived topic

My Account Woocommerce (without loggin) form is not in two columns

21 replies · Started by infocus on June 26, 2017

Viewing posts 1–15 of 22

Hello Tom,
i see that the Generatepress Wocoommerce CSS is changing the original CSS of woocommerce, in this case; you can see in My Account Woocommerce (without loggin) form that this is not in two columns, instead is in one column (full width).

Yes, but logout or use a incognito windows in your browser. You can se the login / singn up forms.

I think that you have to activate the checkbox in woocommerce setting (http://imgur.com/a/sngNq)
Now would to see the registred form, like this: http://imgur.com/a/pNZdB

I test this in my localhost Generatepress site and it change when i active the woocommerce add on.

Gotcha - will look into and get back to you.

Great! Thank you Tom!

Fixed in the next version :)

Thanks!

Hi Tom, I also need two columns login-registration page. When the new version will be available? there's a temporary fix for have the login and registration forms side by side? Thanks

That's strange, thought we had this fixed.

Try this:

.u-columns {
    display: flex;
    flex-direction: row;
}

.u-column1.col-1,
.u-column2.col-2 {
    width: 50%;
}

They're in 2 columns for me now. Did you clear your browser cache?

This archived topic is closed to new replies.