Changing width of columns in email...
Hi all, code is not my strong point, how do I change the width of the left hand column (field labels) in web form builder? Mine all wrap and it makes a very long, confusing email. Like this, below:
Sunday 10th
May Spring
Event Working
Test - Click on
an option
below to select: Open
With Open being the selection made. Any ideas how I can make the left hand column wider?
Sunday 10th
May Spring
Event Working
Test - Click on
an option
below to select: Open
With Open being the selection made. Any ideas how I can make the left hand column wider?
Here's one way.
<style>
td:nth-child(2){
width:100%;
}
</style>
td:nth-child(2){
width:100%;
}
</style>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Hi eric, I put that in the code at the top of the email, but it didn't work, strangely, the email that is sent to the person placing the order is fine!
I will be watching this post as well, there are a few different email clients, hosts etc. that have this issue. Not all email hosts have it. I don't recall which ones do and don't but I know it's different between Gmail, Yahoo, Live, etc. some have the issue and some don't. I had/have it with Outlook, yet on Gmail it didn't show it that way on webmail, only in the Outlook client. Haven't tested it for a while since being on a Mac, guess I'll have to do that too 
@Eric: Not sure if you caught that he meant within the emails, not the software so just thought I'd point that out that it's the email itself that is doing that.

@Eric: Not sure if you caught that he meant within the emails, not the software so just thought I'd point that out that it's the email itself that is doing that.

Sorry about that I was working on the right hand column.
In the Email Notices "Configure Email Message" scroll through to this code.
Try it this way.

In the Email Notices "Configure Email Message" scroll through to this code.
td:first-child {font-size: 13px !important; font-weight:bold; color: #333 !important; vertical-align:text-top; min-width:10%; padding-right:5px;}
Try it this way.
td:first-child {font-size: 13px !important; font-weight:bold; color: #333 !important; vertical-align:text-top; min-width:10%; padding-right:5px; white-space: nowrap;}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.