-
AuthorPosts
-
amarks56 Friend
amarks56
- Join date:
- June 2011
- Posts:
- 76
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 35
- Thanked:
- 3 times in 1 posts
September 23, 2013 at 6:29 pm #190847How can I completely remove the left part of this contacts page, so I am only left with the contact form? I know how to position it, I just can’t figure out where to remove the left side. Is it in a php file? Like this picture:
Thanks!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 24, 2013 at 4:20 am #506822Hi amarks,
You can remove it by using some additional css rule, just open file: /templates/ja_zite/css/template.css
– At line 256:
/* Contact ---*/
.contact-info-wrap {
float: left;
width: 50%;
}
Change it to:
/* Contact ---*/
.contact-info-wrap {
float: left;
width: 50%;
display: none;
}
– Line 296: replace this:
.contact-form-wrap {
float: right;
width: 50%;
}
by:
.contact-form-wrap {
float: left;
width: 50%;
}
Once done, go to backend and clean JAT3 cache.
Regards
1 user says Thank You to Saguaros for this useful post
amarks56 Friendamarks56
- Join date:
- June 2011
- Posts:
- 76
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 35
- Thanked:
- 3 times in 1 posts
September 24, 2013 at 7:02 pm #506902YES! Thank you for the solution. And also thank you for teaching me about the “display” attribute! 🙂
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by amarks56 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
contacts left
Viewing 3 posts - 1 through 3 (of 3 total)