CMS label Wrap
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- wwonderfull
-
- Posts: 1603
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
CMS label Wrap
I was checking the cms tools and found out that the labels with long text does not wrap which goes outside the maximum width. Is there any way to wrap the long title text responsive by wrapping?
Re: CMS label Wrap
What is the URL of the page so I can see what you have done?
- wwonderfull
-
- Posts: 1603
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: CMS label Wrap
I am doing it in localhost wamp server as I have about 30 pages there with login page, database, cms and other pages. There is no custom code involved and the settings are in default.


but only the CMS LABEL seems not to be responsive if it the text is too long, although all the elements are inside layout grid.
The title which is used as $cms_title when I write a 100 word title the cms-label does not get responsive with the smaller screen size.
Last edited by wwonderfull on Sun May 08, 2022 10:37 am, edited 1 time in total.
Re: CMS label Wrap
The CMS label was not designed to display multiple lines.
If you want different behavior then you can add custom code via Page HTML.
If you want different behavior then you can add custom code via Page HTML.
- wwonderfull
-
- Posts: 1603
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: CMS label Wrap
Can I use A text object or a H1 object give it a proper color and heading and still get the $cms_title variable? And if I do use the text object or the heading then where to put <?php echo $cms_title; ?>Pablo wrote: Sun May 08, 2022 10:36 am The CMS label was not designed to display multiple lines.
If you want different behavior then you can add custom code via Page HTML.
How to use the echo in html object and where to put value $cms_title
Is it possible to give an example code I can work with.
Re: CMS label Wrap
Yes, you can also use an HTML object. But then you will need to do the styling yourself.
- wwonderfull
-
- Posts: 1603
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: CMS label Wrap
Ah.. Thank You pablo.. Best of teachers. I did it using the "Heading tool" the title is now fully responsivePablo wrote: Sun May 08, 2022 11:47 am Yes, you can also use an HTML object. But then you will need to do the styling yourself.
