Home Forums WoodMart support forum Categoy Design options and how to adjust

Categoy Design options and how to adjust

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #722614

    sease30
    Participant

    Hi There, I would like to start off by saying that I really like your theme. Your team did a great job. Now on to my questions.

    I am attempting to find the correct layout for categories that matches my current site. I found one that has a white background behind the words but it seem to be hard coded to the middle of the image. I would like to see if it is possible to edit this or if there is already a setting in place that moves this to the top instead of being in the middle. any help on this would be appreciated.

    Please see my screenshots attached.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    The Zoom Out category design has the category title and product count centered by default, and there is currently no built-in option to move this content to the top position.

    Try to add the following CSS to Theme Settings > Custom CSS:

    .cat-design-zoom-out .wd-cat-content {
        align-items: flex-start;
        padding-top: 20px;
    }
    
    .cat-design-zoom-out .wd-cat-header {
        transform: none !important;
    }

    Best Regards

    #722719

    sease30
    Participant

    Thank you for the provided code snippet but it did not make any changes to the website. Do you have any other suggestions?

    #722720

    sease30
    Participant

    More information attached.

    #722747

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Your issue has been resolved. Remove the previous code and add the following CSS to Theme Settings > Custom CSS:

    .cat-design-zoom-out .wd-cat-content{
        align-items: flex-start !important;
        padding-top: 20px !important;
    }

    Please check your site and check the issue. If you have any questions, feel free to contact us.

    Best Regards

    #722757

    sease30
    Participant

    Thank you very much! You have been a huge help.

    #722761

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme:
    https://www.trustpilot.com/review/xtemos.com

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Categoy Design options and how to adjust’ is closed to new replies.