Home Forums WoodMart support forum How to fix misalignment photos at mobile main page ?

How to fix misalignment photos at mobile main page ?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #178564

    playmobileus
    Participant

    Hi

    Please help, becouse there are some long name categories at main page of our store (priv) photos are misalignment, how am i suppose to fix it ? adding additional px space between categories doesnt help ( and i would rather stay at 0px space)

    thanks 🙂

    #178639

    Hello,

    Please provide the screen of the problem.

    Best Regards

    #178652

    playmobileus
    Participant
    #178708

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    .category-grid-item .category-title{
      min-height:60px;
      display:block;
    }

    This code makes the title height equal for all items regardless of the title length.

    Best Regards

    #178846

    playmobileus
    Participant

    Thanks 🙂 it works

    any idea how to fix this one ? https://prnt.sc/rdt0vt

    #178876

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .menu-simple-dropdown .sub-menu-dropdown, .menu-simple-dropdown .sub-sub-menu {
        min-width: 250px;
    }

    Best Regards

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