Home Forums Newsletter Plugin Support Changing the 'Name' and 'E-mail' width-field

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #15197
    berend
    Participant

    Germany, Norden,

    Hello dear friends,

    does someone know how to change the width of the ‘Name’ and ‘Your e-mail adress’ field?
    Because…these fields are too wide on smartphone.

    Thanks for helping me,

    Berend
    berend.tuin@hotmail.com

    #15198
    Stefano
    Keymaster

    Probably your theme has not styles for fields on mobile devices. You should change the style addressing with a rule that fields, like:

    .newsletter-name {
    width: 100%;
    }

    #15216
    berend
    Participant

    Hi Stefano,

    I put Your code in the Custom area (Themes->adjust-> Custom)
    I took 70 %. I had no effect.

    Perhaps You have an other idea?

    By the way, thank You for answering my question,

    Berend

    #15239
    Stefano
    Keymaster

    Hi an analysis of your theme is required to solve that problem. Probably the theme is forcing the input fields width… try to send me the address of the page showing the problem.

    Stefano.

    #15243
    berend
    Participant

    Good morning Stefano,

    my websitepage is this one, with the newsletter fields on the left:

    http://www.fewo-in-norden.net/ostfriesland-info/

    and here

    http://www.fewo-in-norden.net/kontakt/

    Especially when the website is displayed on my laptop, I notice that the fields are very big.

    Berend

    #15258
    Stefano
    Keymaster

    Hi on my PC the fields seems correct, not too big. Would you attach a screenshot of what you’re seeing? May be a different browser makes the difference.

    Stefano.

    #15270
    berend
    Participant

    Hi Stefano,

    this is how it looks on my laptop. I prefer a bit lesser width.

    http://screencast.com/t/jxIlMlw0v

    I will ask the support of my X-Theme from Envato.

    Thank You for Your help!

    Many greetings,

    Berend

    #15282
    Stefano
    Keymaster

    It seems a problem of your theme style on IE. Try to add

    .newsletter-widget input {
    width: 100%!important;
    }

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