Latest update – Site-wide right alignment bug
-
Dear,
Please check the link and pictures. After latest update, the alignment of the site on the right-side seems too close to the windows border. That’s not normal. Can you please check?
Thanks
Simon
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issues.
.wd-header-cart.wd-design-3 .wd-cart-number {
width: auto;
height: auto;
text-align: inherit;
}
.woocommerce-Reviews>p {
flex: 1 1 100%;
margin-bottom: 25px;
padding-right: 30px;
padding-left: 30px;
}
.wd-single-reviews.wd-layout-two-column .woocommerce-Reviews>p {
flex-basis: 400px;
}
This issues will also be fixed in the next theme update.
Kind Regards
Thanks I’ll wait for the patch
The topic ‘Latest update – Site-wide right alignment bug’ is closed to new replies.