Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #405971

    Hi

    I’m still developing the site http://www.insigniaglobalpartners.com – I am struggling with the way the text boxes are showing on my login and registration pages – I have turned sidebars off in the Enfold Sidebar Settings, and have ensured each page is using the ‘No Sidebar’ in Layout. I am using the WP-Members plugin with the stylesheet set to ‘No Float’ – another similar Enfold website is using the same plugin/setting and they have managed to stretch the text boxes across the page.

    Grateful for advice – thanks.

    Bruce

    #406335

    Can anyone help me with this please?

    #406369

    Hey!

    Are you sure you want the input fields to span across the whole container? I think that would be a bad idea from a usability standpoint. Also, on your login page, the element under the input field are a mess, do you want to float them all to the left, center or right? I would recommend you keep the input fields as they are and fix the items under them so that they align to the left and get the space they need.

    If possible, please provide us with a screenshot or mock-up highlighting what you would like the pages to look like.

    Cheers!
    Rikard

    • This reply was modified 9 years ago by Rikard.
    #406532

    Hi, thanks for getting back. Yes I would like to float them all right like here:

    http://www.lrc-solutions.com/legal-candidates/jobs-by-email/

    This is the look I am trying to achieve..

    Bruce

    #406807

    Hey!

    Ok, please try the following in your Quick CSS:

    #wpmem_login .div_text, #wpmem_login .button_div, #wpmem_login .link-text{
    width:100% !important;
    }
    
    #wpmem_login .link-text{
    padding-top:20px !important;
    }
    
    #top input[type="text"]{
    max-width:100% !important;
    min-width:100% !important;
    }

    Regards,
    Rikard

    #406931

    Brilliant – that seems to have sorted it thanks Rikard.

    Any idea how to get rid of the striped background on the login page:
    http://www.insigniaglobalpartners.com/login-to-insignia-global-partners

    and the registration page:
    http://www.insigniaglobalpartners.com/register-to-insignia-global-partners?

    #406941

    Hi Rikard

    I sorted the striped background – when switching from Visual to Text editor I found the tags

     and 

    each side of the shortcode. On removing these tags the striped background disappeared.

    Thanks again for your help.

    #407391

    Hey!

    Great, glad we could help :)

    Cheers!
    Rikard

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