Html block alignment changed
-
Hello.
We use woocommerce conditional content to show html blocks on custom shop pages and categories.
Before version 3 update the content was aligning center.
We place the content on woocommerce_before_main_content hook
Now the html block is aligned left and not centered just like it was until version 2.10
Please check the link bellow and the url
Also sometimes the menu arrows shows up like the print screen i posted. After you manually refreash the page it is fixed
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to align it
.wccc-content-block {
width: 100%;
}
Regards
Thanks. It works now.
As for the menu arrows i can’t make the steps to recreate the problem but it happens occasionally.
Thank you nonetheless.
Maybe some fonts are not loaded sometimes. It may be caused by internet connection speed for example.