Home › Forums › All Other Themes › SKT Local Business Pro – Widget Issues, Sidebar
- This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago by
Forum Moderator.
-
AuthorPosts
-
February 14, 2019 at 6:12 pm #117055
Working on a website on a temporary domain:
http://hostrat.com/project2/index.php/contact-us/Its early stage of design and its already giving me issues with sidebar, widget, WPForms.
I created a GET A QUOTE FORM in WPForms and added it to the widget sidebar. I also created a CONTACT US FORM and added it to a page.AS you can see in the link, the WPForms works well in the page, BUT it does not work in the SIDEBAR. The FORM labels are not showing up in form and the DROPDOWN field is showing only 1/2 the word.
PLEASE HELP
February 15, 2019 at 6:41 am #117080Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
#sidebar select { height:auto;}
Regards,
ChrisFebruary 19, 2019 at 12:18 am #117312Hi Chis,
Unfortunately, this code only fixed the issue of the DROP DOWN field. It expanded the DROP DOWN field to allow us to read the drop down options.
BUT, it did not fix the issue of the labels. There is NO text to tell US what to fill in for EACH FIELD.
PLEASE HELP
February 19, 2019 at 6:57 am #117334Hi,
Kindly use this one
#sidebar label { display:block !important;} .wpforms-field-row.wpforms-field-medium label { display:none !important;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.