Jump to content

SOLVED: SUBCATEGORY PAGES NOT ALIGNED


jancomer

Recommended Posts

Hello there,

I'm trying to setup some category pages in my shop but on some pages there is an issue.

Some thumbnails are emtpy and they are not nice aligned on the page.

I'll attach one good page and one page on which the issue is present.

I already searched everywhere to solve it, but I can't find it :(

Who can help me with that, please?

My site address is https://www.klaverhand.be
Using PS 1.7 and the classic theme

bad category.PNG

good category.PNG

Link to comment
Share on other sites

#subcategories ul li {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 50%;
    text-align: center;
    color: black;
}
#subcategories ul li img {
    margin-bottom: 15px;
}

unfortunately it doesn't solve the issue :(
still the same issue

Link to comment
Share on other sites

3 hours ago, jancomer said:

#subcategories ul li {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 50%;
    text-align: center;
    color: black;
}
#subcategories ul li img {
    margin-bottom: 15px;
}

unfortunately it doesn't solve the issue :(
still the same issue

Is this the layout you want to achieve?

 

Screen Shot 2020-02-23 at 19.33.26.png

Link to comment
Share on other sites

  • jancomer changed the title to SOLVED: SUBCATEGORY PAGES NOT ALIGNED

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...