Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1175465

    layout on css is misaligned please check and help to solve.

    #1175475

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    div #reviews #comments ol.commentlist li {
        clear: both;
    }
    
    

    Best regards,
    Yigit

    #1175483

    Hi, It fixed avatar but review blocks are still messy. need margin between two blocks.

    #1175486

    Hi,

    Please add following code to Quick CSS as well

    .woocommerce-tabs .comment_container {
        margin-bottom: 10px;
    }

    Best regards,
    Yigit

    #1175491

    hi yigit, thanks for the quick fix. it worked like charm. one more request please send a css for verified owner batch color i want to keep it green or something else other than grey.

    #1175494

    Hi,

    Please add following code to Quick CSS as well and adjust the color as needed

    em.woocommerce-review__verified.verified {
        color: green;
    }

    Best regards,
    Yigit

    #1175523

    Hi Yigit,
    Its super. Thanks.

    #1175526

    Hi,

    Glad we could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Product Review css’ is closed to new replies.