SKT Local Business Pro – Widget Issues, Sidebar

Home Forums All Other Themes SKT Local Business Pro – Widget Issues, Sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #117055
    MariaMaria
    Participant
    • Topics: 18
    • Replies: 16
    • Total: 34
    Member since: December 8, 2016

    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

    #117080
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    #sidebar select { height:auto;}

    Regards,
    Chris

    #117312
    MariaMaria
    Participant
    • Topics: 18
    • Replies: 16
    • Total: 34
    Member since: December 8, 2016

    Hi 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

    #117334
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    #sidebar label { display:block !important;}
    .wpforms-field-row.wpforms-field-medium label { display:none !important;}

    Regards,
    Chris

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.