Site logo

Archived topic

Odd behavior in store view with text not centering

10 replies · Started by Kevin on October 19, 2018

Viewing posts 1–11 of 11

Any chance you can link me to that page? You can send us login details through the Account Issue form (just be sure to mention this topic): https://generatepress.com/contact

Thank you, I just sent it over using that form. If you need anything else please let me know.

Hi there,

is this only when you're in the Customizer?
Or is there a particular page or browser it shows on?

I tested on Chrome, FF Dev and Safari - so far all good.

Sorry,

I had switched it back to the previous theme and that is why you didnt see anything. I needed to get all the info I needed to move over to the generate press theme and forgot to switch it back to generate press.

Can you check now and you will see it.

Really sorry about that. I will not touch the site until I hear from you.

If you go to /product-category/clothing/tops-tees/ you will see how all the format is broken. Also, when you switch from desktop to tablet to mobile (even with scaling the window down, you will see the left margin breaks.

Again, sorry about that. It is now using GP theme. I apologize.

Hey Kevin,

Can you try this CSS?:

.related.products li {
    text-align: center;
}

.related.products .star-rating {
    margin-left: auto;
    margin-right: auto;
}

Let me know :)

Ah yes, that is indeed a bug.

In GPP 1.8, we'll be re-writing the columns in WooCommerce completely, so please remember to remove this CSS once it's released:

@media (max-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product {
        margin-left: 3.8%;
    }
}

I'm actually including this fix in GPP 1.7.3.

I just released beta.3, which you can test right now if you enable beta updates in "Appearance > GeneratePress".

This archived topic is closed to new replies.