How can I reduce the height of the “Categories” section on the home page?

This topic has 6 replies, 3 voices, and was last updated 1 weeks, 5 days ago ago by Luca Rossi

  • Avatar: dan
    dan
    Participant
    December 8, 2024 at 16:40

    On the homepage, I am trying to reduce the height of the images in the “Categories” section without reducing their width (basically make them rectangular instead of square). However, there is only a Width/Height slider but no way to reduce just the height.

    5 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 9, 2024 at 09:28

    Hello, @dan,

    Thank you for contacting us and for using XStore.

    Could you please provide a screenshot of the issue, highlighting the specific area in the “Categories” section where you would like to reduce the height of the images without altering their width? Additionally, kindly share your website’s WordPress admin access in the private content area so that we can review your settings in detail and assist you further.

    Thank you for your cooperation and we look forward to hearing from you soon.

    Best regards,
    The 8Theme Team.

    Please contact administrator
    for this information.
    Avatar: dan
    dan
    Participant
    December 9, 2024 at 10:59

    I have attached the screenshot

    Please contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 10, 2024 at 05:32

    Hello, @dan,

    Thank you for your response.

    We have reviewed your website’s homepage and were unable to locate the “Categories” section. To assist us in better understanding your query, could you kindly provide a screenshot of the “Categories” section with the relevant area clearly marked? This will enable us to investigate further and provide the necessary support.

    We appreciate your cooperation and look forward to your response.

    Best regards,
    The 8Theme Team

    Files is visible for topic creator and
    support staff only.
    Avatar: dan
    dan
    Participant
    December 10, 2024 at 13:24

    Hello,

    I’m sorry, I accidentally attached the wrong screenshot. I’ve attached a new screenshot highlighting the Categories section

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    December 11, 2024 at 05:24

    Hi @dan,

    Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    .home .etheme-category-grid-image img {
        max-height: 150px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    

    Kind regards,
    The 8Theme Team

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.