-
AuthorPosts
-
July 17, 2015 at 3:54 am #208896
Would like to put the search boxes in the middle or on top of the background image (see attachment as sample). Please advise how….
Thanks
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 17, 2015 at 4:20 am #577755Hi there
Please provide your site URL for inspecting.Thank you,
Viet VuJuly 18, 2015 at 1:12 am #577850pm sent with site URL info. Please let me know.
July 18, 2015 at 1:12 am #644144pm sent with site URL info. Please let me know.
July 18, 2015 at 1:12 am #742778pm sent with site URL info. Please let me know.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 18, 2015 at 5:59 am #577857Hi there
Please try this one
.t3-wrapper .t3-section.has-slideshow .search-now {
margin-top: -484px;
}Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 18, 2015 at 5:59 am #644151Hi there
Please try this one
.t3-wrapper .t3-section.has-slideshow .search-now {
margin-top: -484px;
}Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 18, 2015 at 5:59 am #742785Hi there
Please try this one
.t3-wrapper .t3-section.has-slideshow .search-now {
margin-top: -484px;
}Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 20, 2015 at 1:51 am #577898Hi there
Just wonder have you solved ?Thank you,
Viet VuJuly 22, 2015 at 1:59 am #578209Thanks for your reply and it works. However, the location (“margin-top: -250px;) seems inconsistent or not responsive/adaptable if viewed in different units (PC, tablet, iphone/android). Is there any variable to be changed?
July 22, 2015 at 1:59 am #644500Thanks for your reply and it works. However, the location (“margin-top: -250px;) seems inconsistent or not responsive/adaptable if viewed in different units (PC, tablet, iphone/android). Is there any variable to be changed?
July 22, 2015 at 1:59 am #743132Thanks for your reply and it works. However, the location (“margin-top: -250px;) seems inconsistent or not responsive/adaptable if viewed in different units (PC, tablet, iphone/android). Is there any variable to be changed?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 22, 2015 at 9:32 am #578273<em>@gpnetin 484096 wrote:</em><blockquote>Thanks for your reply and it works. However, the location (“margin-top: -250px;) seems inconsistent or not responsive/adaptable if viewed in different units (PC, tablet, iphone/android). Is there any variable to be changed?</blockquote>
You can try to fix it with my solution below
Open templates/ja_directory/css/custom.css file
find and change
.t3-wrapper .t3-section.has-slideshow .search-now {
margin-top: -250px;
}to
@media (min-width: 1200px) {
.t3-wrapper .t3-section.has-slideshow .search-now {
margin-top: -40%;
}
}
with other device like tablet, iphone/android, you have to change the value in % as above to consistent with resolution
@media (max-width: 991px) {
}
@media (max-width: 480px) {}
@media screen and (min-width: 768px) {}
-
AuthorPosts
This topic contains 13 replies, has 3 voices, and was last updated by gpnetin 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum