Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello!
I want to make a line break of address like https://codeless.co/specular/default/?page_id=1041. Trying to do this using the tag <br / > but the result is like in the screenshot, what’s wrong?

Hello,
The html is ignored here. The editor reads it as normal text. To have break the line like in the demo please add this code into your custom css box:
.list li.simple {
width: 50% !important;
}
Let us know.
Merry Christmas!
Yeah, I tried that first. But then reduced the width of the entire unit but I need only one line was changed and all the others had their original width.
You must be logged in to reply to this topic.