-
OurAmazingFightersAsked on March 24, 2025 at 6:02 PM
-
Jenette_R JotForm SupportReplied on March 24, 2025 at 6:14 PM
Hi LeAnna,
To make the picture horizontally longer, you can inject this custom CSS code below:
/*make the Image horizontally fit*/
.form-header-group img {
width: 100% !important;
height: auto !important;
display: block;
margin-top: 10px;
}
/*Ends here*/
You can follow the on how to inject the custom CSS code on the original thread here. Check out my screenshot below to see my results:
Give it a try and let us know how it goes.
Your Answer
Something Went Wrong
An error occurred while generating the AI response. Please try again!