-
AuthorPosts
-
kelvin899 Friend
kelvin899
- Join date:
- January 2013
- Posts:
- 63
- Downloads:
- 5
- Uploads:
- 16
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
July 28, 2014 at 10:33 am #200042Hey guys,
I need help for this: ..
The elements are out of position but this only happens on the iPad and Firefox, I heard. How can I fix that these elements so that they would be compatible for Firefox and iPad?
The blue balk above is JA_Promobar and the other two things are the Video position!
I hope someone can help me out with this.
Thank you!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 29, 2014 at 4:38 am #543730Could you post your site’s URL here and help to illustrate the modifications you expect via screenshorts? it would help to figure out the solution better.
kelvin899 Friendkelvin899
- Join date:
- January 2013
- Posts:
- 63
- Downloads:
- 5
- Uploads:
- 16
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
July 29, 2014 at 10:34 am #543781<em>@Saguaros 438521 wrote:</em><blockquote>Could you post your site’s URL here and help to illustrate the modifications you expect via screenshorts? it would help to figure out the solution better.</blockquote>
I have send you a private message with the details of the website:laugh:
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 30, 2014 at 4:55 am #543869Hi Kelvin,
The problem is that text and image in 2 modules in video position are so big, hence it doesn’t look good in iPad. You can use media jQuery to add specific css rule for it. Here is workaround:
– Create a new css file called custom.css in this path: /templates/ja_appolio/css
– Add this css rule:
@media screen and (min-width: 768px) and (max-width: 1024px) {
.custom.slogin.container img {
width: 300px !important;
margin-left: 400px !important;
}
}
You can change the width and margin-left properties to your desired value
1 user says Thank You to Saguaros for this useful post
kelvin899 Friendkelvin899
- Join date:
- January 2013
- Posts:
- 63
- Downloads:
- 5
- Uploads:
- 16
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
July 30, 2014 at 9:24 am #543897<em>@Saguaros 438692 wrote:</em><blockquote>Hi Kelvin,
The problem is that text and image in 2 modules in video position are so big, hence it doesn’t look good in iPad. You can use media jQuery to add specific css rule for it. Here is workaround:
– Create a new css file called custom.css in this path: /templates/ja_appolio/css
– Add this css rule:@media screen and (min-width: 768px) and (max-width: 1024px) {
.custom.slogin.container img {
width: 300px !important;
margin-left: 400px !important;
}
}
You can change the width and margin-left properties to your desired value</blockquote>
Hey Saguaros,
Thank you so much for the code! I changed the code display to none, so the logo will be not displayed on the ipad. Instead of that I want that the text comes in the screen. Which name do I need to use for that? .custom.slogin.container?
kelvin899 Friendkelvin899
- Join date:
- January 2013
- Posts:
- 63
- Downloads:
- 5
- Uploads:
- 16
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 31, 2014 at 2:15 am #543965Glad to hear you sorted it out 🙂
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by Saguaros 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Elements out of position
Viewing 7 posts - 1 through 7 (of 7 total)