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

Reply To: Slider not showing up correctly on mobile phone

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

#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>