-
AuthorPosts
-
davidsg3 Friend
davidsg3
- Join date:
- October 2010
- Posts:
- 144
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 22
- Thanked:
- 3 times in 1 posts
March 28, 2013 at 9:10 am #186268Hi.
The contact layout in ja-mixmaz have a 33% widht and you can not see the fields completely.
I would like to change this widht percentage to 100% but I can’t find the css stylsheet to change it.
I know I have to change div#contactform but I can’t find anywhere.
Please, help!
You can see it in : http://vinilsimes.com.mialias.net/contactanos.html
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 29, 2013 at 9:56 am #488269You can change css style on here
Open templates/ja_mixmaz/css/template.css file
from
div#contact-form {
float: left;
width: 33%;
}
#contact-miscinfo {
float: right;
width: 67%;
}
change to
div#contact-form {
float: left;
width: 100%;
}
#contact-miscinfo {
float: right;
width: 67%;
display: none;
}
Remember to clear cache from Admin area
1 user says Thank You to Ninja Lead for this useful post
davidsg3 Frienddavidsg3
- Join date:
- October 2010
- Posts:
- 144
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 22
- Thanked:
- 3 times in 1 posts
April 9, 2013 at 10:48 am #489321Thanks very much ninja lead.
Sometimes I think that I’m very unexpert. I saw this file thousands of times and I didn’t found anytime.
really thanks!
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by davidsg3 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change ja-mixmaz width contact layout
Viewing 3 posts - 1 through 3 (of 3 total)