Añadir más espacio después de “cerrar” o mover el texto “Preguntar a expertos de la categoría para que respondan” a la derecha del área de texto

I loved this.

So far, I am just facing this little visual problem. Maybe there should be a little bit more space after “close” or move the “Ask a category experts to respond” text to the all right of the textarea.

2 Me gusta

You can use this CSS in a theme component in the meantime, if you can’t wait a fix:

:not(.mobile-view) .is-category-expert-question {
  margin-bottom: 0;
  margin-left: 2em;
}

I’m wondering if it would not make sense to keep that checkbox in the same place as the mobile view. :thinking:

image

2 Me gusta

@Arkshine Thanks for this alternative.

I agree that “as the mobile view” is the best place to go

1 me gusta

@Arkshine, in case you are wondering, do you think we can do this just by SCSS, or is it necessary to make code changes directly in this plugin?

You need code changes. I could PR, but I don’t know if that would be okay.

1 me gusta

@team What do you think? :slight_smile:

Acknowledging I see the issue and we are going to roll out of a fix later this week or early next week!

1 me gusta

Thank you, @Diego_Santos ! I’ve just merged a fix:

I kept the placement but adjusted the spacing so it’s aligned.

5 Me gusta

This topic was automatically closed after 2 days. New replies are no longer allowed.