- This topic has 5 replies, 3 voices, and was last updated 9 years, 4 months ago by Theme Horse Support Team.
-
AuthorPosts
-
July 1, 2015 at 11:04 pm #26130PetarParticipant
Hi,
I got Contact Form 7 plugin on another website of mine https://www.immigration2bulgaria.com/contact/ which is on Mesocolumn Theme. Now I am trying to create a similar contact form on my Ultimate theme http://www.bulgarianplates.com/contact-us/ . Unfortunately, the boxes of the contact form are too big.
I would like to make them half as the first website. Any feedback how to do that would be greatly appreciated.Thanks,
PetarJuly 2, 2015 at 4:56 am #26131Theme Horse Support TeamKeymasterHi Petar,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea { width: 50%; }
You may change this width and by default its 100%
Hope this may help you
Thank you!July 2, 2015 at 3:59 pm #26146PetarParticipantHi,
Thanks for the fast response.
This works well for the bottom text area but does not affect the other areas. I would like to make all of the areas like 50% width only.
Also, is there any option to make the contact details in two columns. In the left column the company contact details will be presented and in the right column the visitor can leave us a message using the text areas.There should not be a visible line that separates the left and the right columns.
Thanks in advance.
July 3, 2015 at 4:50 am #26154Theme Horse Support TeamKeymasterHi Petar,
just add this below css in your custom css
input[type=text], input[type=email], input[type=search], input[type=password], textarea { width: 50%; }
hope this may help you
Thank you!July 3, 2015 at 10:43 am #26165PetarParticipantThanks a lot! This one worked very well.
Is there any option to make the contact-us page in two columns. In the left column is my company details, and on the right column is the Contact Form plugin with the boxes.Thank you,
PetarJuly 5, 2015 at 7:14 am #26187Theme Horse Support TeamKeymasterHi Petar,
To have the two columns for you contact page. Follow the instruction bellow:
- Create a page name contact and choose Contact Page Template from Page Attributes drop down. You can find the page Attributes option in the right side of the page editor.
- Go to Appearance > Widget.
- Drag and Drop any widget to Contact Page Sidebar.
- Now you can see the sidebar with selected widget in you contact page that you have created in first step.
Thank you for using our theme.
Please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/ultimate
We really appreciate your rating.Have a Great day 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.