I'm using the modern form designer in Laserfiche cloud, and I'm using the following CSS code to center the form title in my form header:
.form-header {
text-align: center;
}
This works well until I try to add a left aligned logo to the form header as well. Then it pushes the form title text to the right.
Does anyone know a CSS code or a work around for this? If I shrink the logo, the title starts coming back towards the center, but then the logo becomes too small.
I thought about combining the form title with the logo before uploading the logo image, but I may need to change the form title several times, and I also want to use this logo for a saved theme.
Thank you!