Tagged: woocommerce
-
AuthorPosts
-
July 3, 2015 at 1:05 pm #467967
Hi, one category has long title and dissorder categories, its possible get same size high in all items?
thanks for all
July 5, 2015 at 1:49 pm #468558This is the problem
-
This reply was modified 10 years, 4 months ago by
spr.
July 6, 2015 at 1:28 pm #468874Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .products .product-category h3 { min-height: 80px; }Regards,
YigitJuly 6, 2015 at 3:30 pm #468998Hi Yigit,
great, it works!
Its possible aligment vertical text to middle?Thanks for all
July 6, 2015 at 3:36 pm #469009Hey!
Yes, please add following code to Quick CSS as well
#top .products .product-category h3 { text-align: center; }Best regards,
YigitJuly 6, 2015 at 3:40 pm #469016Hi Yigit,
I need align vertically, no horizontally ;)
Thanks for your answerJuly 7, 2015 at 3:05 pm #469705Hi!
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!
ElliottJuly 7, 2015 at 3:36 pm #469733Hi 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
July 8, 2015 at 1:44 pm #470249Hey!
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 -
This reply was modified 10 years, 4 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
