Hello I was wondering if there are any future plans to move the forms title and other theme elements such as logo into the responsive space like the rest of Forms, we have run into various issues with resizing the window in which we notice including a logo and title can run over in the form.
Question
Question
Replies
All of those elements can be modified with CSS and/or javascript.
$('#form-title-wrap h1').addClass('inline'):
^ define the class 'inline' as you need. If you are not too familiar with CSS or javaScript, this would be a good and easy first en devour. Just google "jquery" and what it is you are trying to do. There is anything you need know out there.
You can assign classes to images or any other element in the header. Good luck!
Thanks Chris, that is actually what we are doing for the time being as a work around, was hoping someone at Laserfiche would see this and address it. It seems fragmented to have so much responsive design baked in very easily and then force people to use pixel settings for font sizes. Hoping this makes it to feature request land!
You will see little gaps here and there the longer you use Laserfiche. It is still evolving for sure. See if you can edit your post to include the 'Feature' option. I know you can set it when you first post, not sure if you can edit it after.
That will improve your odds of making it to a new feature request.
Will do, thanks Chris!