Support

Home Forums Event Espresso Premium Phone # field issue…

Phone # field issue…

Posted: July 15, 2013 at 1:49 pm


Craig McHugh

July 15, 2013 at 1:49 pm

Hi,

I recently updated and now my phone # field is acting strange. The field is out of alignment and the “phone #” label has shifted from the left to the right side.


Dean

July 16, 2013 at 3:46 am

Hello,

Your theme has the following CSS that is conflicting with the plugin (approx line 2322 of style.css)

.phone {
border: 1px solid #D3D5CD;
float: left;
height: 22px;
line-height: 22px;
text-indent: 10px;
width: 246px;
outline: none;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
color: #000;
font-weight: normal;
margin-bottom: 5px;
}

Notice the float:left? If you remove that or over rule that then it should put the form field back in place.

As a basic fix you could add

.phone {
    float:none;
}

to the bottom of your stylesheet. though the styling is still wrong due to the above code.


Craig McHugh

July 16, 2013 at 8:08 am

That seemed to work.

Thanks

The support post ‘Phone # field issue…’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso