• Hey,

    See imgur (https://imgur.com/a/WKUipau) to see the issue.

    This happens because customizing the search bar’s text will widen the box which will limit the size the heading has.

    Any other way around this than to make the text shorter?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The reason for the view is the following styling:

    .wp-block-column {
    word-break: break-word;
    }

    This affects all elements within a column block. Unfortunately, this also affects the select element in which you have a very long text as a selection. This is output in one line by this specification.

    Unfortunately, I have not found a way to overlay this style, although I almost suspect that this is even a bug in the browsers. I see 2 possibilities for you:

    a) You do without such long values as product properties. Unfortunately, I don’t speak your language, so I can’t judge whether this is possible for you in terms of content.
    b) You use a different output than this selection field. Some shops use so-called swatches to quickly select a colour or size, for example. Unfortunately, I don’t speak your language, so I don’t know whether this makes sense in your case.

    Thread Starter jantsa1313

    (@jantsa1313)

    Hey,

    Thank you for your answer. I’ll adjust the texts ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Letters of heading is written one below another’ is closed to new replies.