Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #769415

    Hey,

    http://www.idtraveller.com

    Any trick to make the Car Rental visible on smart phone in it’s whole length?
    mobile

    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
    Charlotte

    #771713

    Hey 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,
    Yigit

    #773194

    Hi Yigit,

    Did you search from a smartphone?
    Because for me there is no difference on my iPhone

    Cheers
    Charlotte

    #774929

    Don’t you think there is a code that just pushes the car rental box down on mobile so you can make a search?

    #774937

    Hi 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,
    Victoria

    #774964

    Thanks Victoria… I have added your code but don’t see any difference in the mobile view.

    #774990

    Hi,

    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 Shannon

    #775143

    Hi Jordan.

    I am using iphone 7+

    So you see the search button for car rental on your smartphone?

    #775146

    Hi,

    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 Shannon

    #775154

    Hi 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&#8243; 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…..

    #775162

    Hi,

    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

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.