• wanting to make change in css, in public.css line 170, tried using the custom css change in setting, but it didn’t make a difference, also I ftp to public.css and made the change there, but still didn’t change anything, when I did a inspect element and looked at the css the changes I made didn’t change, but looking directly at the public.css the change is there.
    I don’t understand is why when I directly made the change on public.css it didn’t make a change in the front end

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @rdogg58

    Please share screen where you want to apply the custom css. We will provide custom css and try to resolve the issue.
    If your support page is public please share the url of page.

    Thread Starter rdogg58

    (@rdogg58)

    css problem
    As you can see the input box for username and password are too wide goes outside of the form border
    It looks like either the width which is set at 100% at public.css line 170 or change the padding which is set at 10% at public.css line 163

    • This reply was modified 7 years, 10 months ago by rdogg58.

    Hi @rdogg58

    Please goto Support Plus > Settings > Custom css and add below custom css
    #wpspLoginUsername,#wpspLoginPassword{width:90% !important}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS Change’ is closed to new replies.