Hi Juan
Question about title of the full width model page. Actually the title is too long and it returns to the line.
Do you know where I can extend the title length to avoid this ?
Thanks for support
Kevin
Hello Kevin,
Thanks for writing. With regards to this problem, we can’t provide support on customizations.
The page title section has two subsections, with classes “left” and “right”. You can use the firebug tool or the chrome dev tools in order to check which class you need to work around.
In your particular case would be the following:
.main-title .left { width: 100%; }
Best,
Juan.