https://www.bildhost.com/image/i6Y2j
https://www.bildhost.com/image/i6RMn
https://www.bildhost.com/image/i5sOa
while shrinking browsers width progessively before switching of the three column layout to three row layout is happening div 3/3 is eaten up from the right side frame…
how to avoid this??
Hey koxkox,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
Thanks for the that, though I can’t reproduce the problem in your screenshot. Does this happen when the Immobiliarkredit header is longer?
Best regards,
Rikard
Yes, indeed. The way you ask advises me to think this might be intended? OK, how to turn off?
Hi,
Thanks for the clarification. Please try this in Quick CSS:
.iconbox_content_title a {
word-break: break-word;
}
Best regards,
Rikard
hm, doesn’t seem to work.
it is giving back an exception error…exclamation mark…also replace by
.iconbox_content_title a {
word-wrap: break-word;
}
doesn’t cause any change.
Hi,
You will only see something change if the element actually needs to wrap, did you change the header to something longer to try it out? https://www.w3schools.com/cssref/css3_pr_word-break.asp
Best regards,
Rikard