Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #467967

    Hi, one category has long title and dissorder categories, its possible get same size high in all items?

    thanks for all

    #468558

    This is the problem

    • This reply was modified 9 years, 4 months ago by spr.
    #468874

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .products .product-category h3 {
      min-height: 80px;
    }

    Regards,
    Yigit

    #468998

    Hi Yigit,
    great, it works!
    Its possible aligment vertical text to middle?

    Thanks for all

    #469009

    Hey!

    Yes, please add following code to Quick CSS as well

    #top .products .product-category h3 {
      text-align: center;
    }

    Best regards,
    Yigit

    #469016

    Hi Yigit,
    I need align vertically, no horizontally ;)
    Thanks for your answer

    #469705

    Hi!

    It would be best to leave it like it is. You could try doing something like this.

    .product h3 {
      display: table-cell !important;
      height: 100px;
      vertical-align: middle;
    }

    But it’s going to cause other problems, especially on smaller screens. I don’t know of any other way to do vertical align like that. Perhaps in the future there will be a way.

    Cheers!
    Elliott

    #469733

    Hi elliott thanks for your answer.

    the page only has this modification because I have a category with a very long title and if I put default css, items are displayed wrong (see image) . I just need to be displayed well . could be solved with JQuery ?

    Regards

    #470249

    Hey!

    hm I can’t see any issue on the site you have provided in your first post, because there is only one item. That’s why not sure if we can fix it for you. Feel free to hire a freelancer here.

    Regards,
    Andy

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.