• Resolved digiscrap

    (@digiscrap)


    Hello,

    1) How can I change the width of the input fields? I put the Guestbook in a sidebar and the input fields are half the sidebar width now. Guestbook itself is fine.
    2) And with our theme the text of the input fields is white. How can I change that to black?

    CSS is no problem.

    Thanks,
    Digiscrap.nl
    Vincent Volmer

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter digiscrap

    (@digiscrap)

    2) is fixed.

    For 1), I see that the fields are to small on a mobile screen when I place the shortcode on a page. Same issue when I put the shortcode on the sidebar.

    Thread Starter digiscrap

    (@digiscrap)

    Both fixed by myself:

    1)

    #gwolle_gb form#gwolle_gb_new_entry .input  {
        width: 100%; }

    2)

    #gwolle_gb .input {
        color: #000; }
    • This reply was modified 8 years, 2 months ago by digiscrap.
    Plugin Author Marcel Pol

    (@mpol)

    Good that you could figure it out yourself.

    I will see if I can add some CSS for responsive/mobile. Also I will see if I can do something about the for inside a widget area. It is on the todo-list.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Field width and Text color’ is closed to new replies.