PB Form Addon - Text Filed Overlaps The Header - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

PB Form Addon - Text Filed Overlaps The Header

NV

Nenad Vukicevic

SP Page Builder 3 years ago

https://www.blagofund.org/image-request

I am using the page builder form addon and no placeholder for text. However, textarea plases the field label inside the the text area and does not move it up when you start typing, like input area.

I am using Laxyor template.

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #73334

Hi There!

Sorry for the inconvenience.

Please use the following code in your custom CSS:

.sppb-addon-form-builder-form label {
    transform: none;
}

Hope this will solve the issue for you!

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0