Home Forums WoodMart support forum Html block alignment changed

Html block alignment changed

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #80717

    newsprince
    Participant

    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

    #80721

    Artem Temos
    Keymaster

    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

    #80723

    newsprince
    Participant

    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.

    #80730

    Artem Temos
    Keymaster

    Maybe some fonts are not loaded sometimes. It may be caused by internet connection speed for example.

Viewing 4 posts - 1 through 4 (of 4 total)