I recently setup a contact form on my website. However, when viewed on a lower resolution monitor, the Send button isn't appearing. It seems as though things are not being resized correctly.
Any ideas?
-Dave
X3 Photo Gallery Support Forums
You can either reduce the font-size, or eliminate it entirely. Just keep in mind this will affect the heading in any of your other textpages(Although I see you don't have any others as of yet).dbk123 wrote:Is there a way to eliminate display of the page title ("Contact Me" on my site) to free up the space that this takes?
.textpage_title{
font-size: 30px;
leading: 8px;
color: #66CCFF;
font-style: normal;
}.textpage_title{
display: none;
}