This topic has 9 replies, 4 voices, and was last updated 2 months, 1 weeks ago ago by Andrew Mitchell
check
Hello, jaij,
Thank you for reaching out to us.
Here is what we see on the page you provided – https://prnt.sc/Vx7WLDDk0y1l Could you please provide us with more detailed information regarding the specific assistance you require from our team?
Best Regards,
8Theme’s Team
when i give margin between the category, 4th category goes to next row
check the screenshot for your reference : https://ibb.co/jfz10hV
Hello @jaij
As we understood from your request, you would like to have the space between items to make larger. If so, you can try to add next custom CSS snippet in Theme Options -> Theme Custom CSS -> Global CSS and check then:
@media only screen and (min-width: 992px) {
.ajax-content > div {
padding: 0 50px;
}
.products-loop {
margin-left: -50px;
margin-right: -50px;
}
}
Kind regards, Jack Richardson
still alignment missing
Dear @jaij,
We regret to inform you that we are unable to investigate the issue you have encountered due to an error on your website, as indicated here: https://prnt.sc/Hnfl5dBQLcMf.
Please note that our support forum is dedicated to addressing bugs associated with our projects. We do not provide services for custom modifications. Should you require customizations for your website, we kindly ask you to submit a request through the following link: https://www.8theme.com/account/#etheme_customization_panel.
Thank you for your understanding.
Best Regards,
Jack Richardson
8Theme’s Team
check now site working fine, we are not asking any customization just need to fix alignment issues only
Hello @jaij
Please, try to add next custom CSS to solve the alignment issue you requested about:
.row.products.products-loop.products-grid .ajax-content.clearfix {
display: flex;
flex-wrap: wrap;
}
Kind regards, Jack Richardson
Dear jaij,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘category view page sub category alignment issue’' has been successfully resolved, and the topic is now closed for further responses