Home Forums WoodMart support forum RECENT POSTS FOOTER

RECENT POSTS FOOTER

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

    Rachid
    Participant

    Hi there 🙂

    i have added the recent blogs to my footer by the pictures looks so blurry how can i fix this?

    Please check screenshot attached as well as private section

    Attachments:
    You must be logged in to view attached files.
    #254860

    Hello,

    I saw the screenshot you attached.

    The thumbnail images are controlled by woocommerce and our theme doesn’t influence them.

    Try to use the following size for a thumbnail as 150*150 or also try with increasing the size of the thumbnail from Settings >> Media: https://jmp.sh/3KrjNfg

    Also after changing the Image Size as per your requirements from Setting >> Media run this plugin to resize all your existing images to the new site: https://wordpress.org/plugins/regenerate-thumbnails/

    Regards.
    Xtemos Studios.

    #264991

    Rachid
    Participant

    Hi there!

    it is not about image sizes… it is about the reviewer name which changes position based on title length.

    I want to stay in position 1 (look at the screenshot) even if the title is longer than one or two words

    Screenshot attached!

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #265015

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product_list_widget > li {
        padding-bottom: 35px;
    }
    .product_list_widget > li .star-rating {
        position: absolute;
        margin-top: 25px;
    }

    Best Regards.

    #265017

    Rachid
    Participant

    This changes the position of the name above the stars and it stay down the stars as shown in the first screenshot i send

    can you please re-check it again

    #265040

    Hello,

    Please replace the previous Custom CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product_list_widget>li .reviewer {
        position: absolute;
        margin-left: 82px;
    }
    
    .product_list_widget > li {
        padding-bottom: 30px;
    }

    Best Regards.

    #265042

    Rachid
    Participant

    Thank you so much

    #265054

    Hello,

    Well @Rachid, it’s been great chatting with you! I hope I resolved your issues thoroughly.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘RECENT POSTS FOOTER’ is closed to new replies.