Adjusting Items with Custom Includes

General questions pertaining to how certain issues can be resolved
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Adjusting Items with Custom Includes

Postby Mike Warren » 15 Apr 2012, 05:58

I'm setting up a site for my wife and have been unable to work out what needs to be done in the custom includes for a couple of changes.

On this page: http://roz-warren.net/rw/contact

I want the message text area to be larger (probably about 650px)
Also, the text below the checkbox for "Send me a copy" should appear beside, rather than below the checkbox.

I'm using FireBug, but am obviously not understanding what I'm seeing. I've tried

.cntctfrm_contact_message textarea {with:650px}
.cntctfrm_contact_send_copy label {display: inline-block}

and

#cntctfrm_contact_message textarea {with:650px}
#cntctfrm_contact_send_copy label {display: inline-block}

without success.
Mike Warren
 
Posts: 39
Joined: 21 Dec 2011, 21:04

Re: Adjusting Items with Custom Includes

Postby sayontan » 15 Apr 2012, 16:46

Ideally these settings should be provided with your plugin. Here is what you could try:
Code: Select all
#cntctfrm_contact_form textarea { width: 640px !important; }
#cntctfrm_contact_form label { display: inline-block; }
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Adjusting Items with Custom Includes

Postby Mike Warren » 16 Apr 2012, 14:42

Thank you. That did the trick.
Mike Warren
 
Posts: 39
Joined: 21 Dec 2011, 21:04


Return to Support Requests

Who is online

Users browsing this forum: Exabot [Bot], Google [Bot], mickingseisjg, Wiblyblori and 3 guests