Can't get text label on left of field...
I am working on a form and I have the Label Position for the elements set to "Left". However, when I upload it to my site, it moves the labels to the top and I can't figure out why. I am pretty sure it has to do with margins or css width but can't find what is causing it. When I upload the form to a blank page it looks fine. When I add it to the page I want it on, it moves the labels. Example: www.sdibaonline.org/bustodirectory.htm
Blank page: www.sdibaonline.org/test.htm
Any insight would be greatly appreciated.
Blank page: www.sdibaonline.org/test.htm
Any insight would be greatly appreciated.
Alter the width or remove the float:right; line 119 sdiba.css
#content {
float: right;
width: 520px;
margin-right: 10px;
margin-left: 10px;
font-size: 14px;
line-height: 24px;
}
float: right;
width: 520px;
margin-right: 10px;
margin-left: 10px;
font-size: 14px;
line-height: 24px;
}
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
Thanks for the quick reply. I tried removing the float: right and that didn't change it. It still showed the labels on top. I have tried adjusting the form width within form builder. I have tried a 470 max width and even a 400 max width but it always wants to put the labels on top.
Eric Rohloff wrote:
Alter the width or remove the float:right; line 119 sdiba.css
Alter the width or remove the float:right; line 119 sdiba.css
#content {
float: right;
width: 520px;//This needs to be wider
margin-right: 10px;
margin-left: 10px;
font-size: 14px;
line-height: 24px;
}
float: right;
width: 520px;//This needs to be wider
margin-right: 10px;
margin-left: 10px;
font-size: 14px;
line-height: 24px;
}
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
I have to change the width to 770px; before it shows up correctly. Is there no way to get it to show with the labels on the left with the width smaller than that?
Try decreasing the width of your elements in the form builder to the minimum. 20%
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
I finally got it to fit on my page by changing the position in css from float: right; to position: relative;
However, I still have to have the css width set at 770px; to get it to work right and I don't understand why. I will play with the width of the elements like you said but at least I have a work-around for now.
However, I still have to have the css width set at 770px; to get it to work right and I don't understand why. I will play with the width of the elements like you said but at least I have a work-around for now.
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.