This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Search box width not looks good

#35876
Ernest MarcinkoErnest Marcinko
Keymaster

Unfortunaly there is no separate option for them.

You can use however custom CSS to align the titles to center, and to change the image sizes:

.item.asp_r_term .asp_image {
    width: 80px !important;
}

.item.asp_r_term .asp_content {
  display: flex;
  align-items: center;
  justify-content: left;
}