D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Slider not showing up correctly on mobile phone

Front Page D5 Creation Forum General Questions Slider not showing up correctly on mobile phone

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9497
    Kerry Parks
    Participant

    I am using the Travel theme. The sliders look great on the computer, but when we tested it out on mobile phones, the slider was very disproportionate. The site is http://b1a.0b5.myftpupload.com/ . It is a temporary domain at the moment. Is there a way to fix this? All the slides have been sized to the specified size of 1400px X 750px. If there is not a way to fix this, is it possible to disable the slider on mobile phones? I do have the responsive layout checked. Thank you for your help.

    #9521
    D5 Creation
    Keymaster

    You can use the following code in the WP-Admin > Appearance > Travel Options > General Options > Custom Code within Head Area Box.
    You can do such minor styling following This Tutorial

    <style> @media screen and (max-width: 600px) { #slide-container { height: auto; } } </style>

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