-
AuthorPosts
-
March 30, 2017 at 10:50 am #769415
Hey,
Any trick to make the Car Rental visible on smart phone in it’s whole length?
I know that if I change the height it will work but then it will be to much space under the car rental search box on the website.
Any idea how I can fix it?
Thanks
CharlotteApril 4, 2017 at 12:45 pm #771713Hey Charlotte :)
Sorry for the late reply!
Have you figured it out already? This is how it looks on my end – http://i.imgur.com/TTuDYtF.png. If you have not figured out yet, can you please post a screenshot and show the changes you would like to make?
Best regards,
YigitApril 6, 2017 at 2:13 pm #773194Hi Yigit,
Did you search from a smartphone?
Because for me there is no difference on my iPhoneCheers
CharlotteApril 9, 2017 at 1:15 pm #774929Don’t you think there is a code that just pushes the car rental box down on mobile so you can make a search?
April 9, 2017 at 1:52 pm #774937Hi charlotteraboff,
There is probably some extra margin in between, or the settings element is fullwidth and has margins also, I am not able to reproduce it in any browser.
Here is the code you can use, but there are also styles that are loaded with that iframe that give extra padding to the settings element.
@media only screen and (max-width: 767px) { .av-special-heading.av-special-heading-h3.blockquote.modern-quote { padding-bottom: 0px !important; } .post-entry.post-entry-type-page.post-entry-1938 .avia_textblock p { margin-top: 0; } }
If you need further assistance please let us know.
Best regards,
VictoriaApril 9, 2017 at 2:38 pm #774964Thanks Victoria… I have added your code but don’t see any difference in the mobile view.
April 9, 2017 at 3:48 pm #774990Hi,
Is there a specific mobile device you are using? I am not able to recreate the issue either and it appears to be showing normally.
Best regards,
Jordan ShannonApril 9, 2017 at 10:22 pm #775143Hi Jordan.
I am using iphone 7+
So you see the search button for car rental on your smartphone?
April 9, 2017 at 10:28 pm #775146Hi,
I checked on my Galaxy Note and am seeing the same thing you are seeing above. However when view in the browser it seems to be a completely different module altogether. Is this a third-party plugin being used for the rental functionality?
Best regards,
Jordan ShannonApril 9, 2017 at 10:46 pm #775154Hi Jordan,
thanks for your reply.
Yes, in the browser it looks good but it’s on the mobile it switches to a different layout and then you don’t see the Search button.The code looks just like this:
<iframe src=”https://book.cartrawler.com/?client=787833″ width=”500″ height=”300″ frameborder=”0″ marginwidth=”0″ marginheight=”0″ scrolling=”no”></iframe> but I have solved it now! :)I just needed to change scrolling to yes…..
April 9, 2017 at 11:14 pm #775162Hi,
Great! I am glad you were able to get this solved. If you need additional help please let us know here on the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.