Without seeing the code, you need to explicitly set the height of the slider using media queries in CSS. This may or may not work, depending on how the JavaScript for the slider works.
.slider-selector {
height: 300px;
}
@media ( min-width: 769px ) {
.slider-selector {
height: 600px;
}
}
Related Posts:
- How can I use WordPress functions in my stylesheet?
- How can I call a function from one plugin within another plugin?
- How can I modify the Capability needed to access a plugin’s options?
- Open Source plugin and requires licence
- How to delete the Hello Dolly plugin automatically?
- Where the Nickname is being used in WordPress
- Should a SEO plugin be necessary? [closed]
- Fatal error: Call to undefined function wp_get_current_user()
- How can I mass-update/save all WordPress posts and pages?
- Delete option doesn’t appear for plugins
- How can I include a setting that has a variable number of values in a settings page using register_setting?
- How to use WP-FirePHP extension?
- WP plugin updates
- woocomerce variations [closed]
- How to use load_plugin_textdomain from within a theme
- woocommerce product attributes
- Yoast SEO blocking/re-initialising longer running process
- How can I rewrite a plugin generated URL?
- template_redirect not being called when using ajax
- WordPress language switcher
- Restore a Plugin’s Default Settings
- Mass Import Users without sending new user notification
- WordPress login with Phone Number [closed]
- Is there a way to alter the order in which the plugins appear in the page?
- How to correctly detect accessing wp-content/uploads?
- Gallery plugin forces itself above text
- How to generate CSS from a shortcode within a plugin
- Using jquery migrate for plugins incompatible with jquery 1.10.2
- Disable multisite-wide plugins on specific sites
- WordPress category add image field
- WordPress plugin – Error “Plugin generate 2890 characters of unexpected output when activated”
- What is the correct way to update both WP/plugins/themes without breaking the site?
- Override global query results without hooks
- How to read individual user’s directory and display content to that specific user?
- Adding a slider captcha to the comment system
- Rotating background images with admin options
- Query all customers/users and check for duplicate information
- WordPress function not being called from jQuery method
- How to pull email and name from Flamingo plugin
- how to access all user dashboard on fronted page [closed]
- Display Swift Snippets in WordPress
- Configuring Propel to Work with Multisite
- Add custom JavaScript that is a combination of CDN/uploaded files and easily-edited code?
- Wysiwyg editor errors
- Malware installation during plugin update?
- Conditional tag in Widget Logic for checking if top level page or if subpage
- Is there any hook for theme activation ? or something similar?
- Insert Array in Plugin Database
- Checking if a woocommerce attribute is set
- after wordpress update to 3.5+ i get many errors in plugin wpdb::prepare()
- Creating Featured Content Boxes
- Add Content to Content()
- Shortcode Attributes to Return different $_POST
- REST API can’t get the response manually
- Remove value from array within post meta ajax admin
- how get curent URL slug from archive page [closed]
- WordPress custom post type image in RSS
- WordPress function to add text warning on every pages [closed]
- wordpress upgrade from 4.2.1 to 4.7.3 500 error
- Hook on creating a menu entry?
- Where should I store disabled plugins?
- Function Error after WP Upgrade to 3.9.1
- How to make a textarea accept javascript in my settings apge?
- How to dynamically change spots of text in custom page?
- Trying to use shortcode for a plugin on custom homepage of Responsive theme
- How to enqueue some javascript source once per page
- Is there any necessary to use tag plugins like simple tagging in wordpress 3.0+
- Javascript fetch on wordpress plugins not working
- How to disable login in iframe which is hosted in same domain?
- Enable comments pagination only amp page
- Display top level parent category as a single product body class (Woocommerce)
- Allow a particular user to access a particular plugin?
- Enlarge an image slider when click
- wordpress plugin add page when activate
- WordPress hierarchy clarification, does post_type_archive take precedence over taxonomy-term archive?
- Add style to body based on url
- Is it possible to have permalinks to sub-domain pages and to root pages within one single WP instance?
- Loading plugin script only on required page?
- Add a WooCommerce Product Variant with attributes programmatically
- Site broken by unedited php?
- woocommerce product search based only title
- WordPress website giving 404
- Contact form function should be in functions.php or in a plugin file?
- Database error when user logs in
- worldpay class not working with namespace in WordPress
- How to install ffmpeg extension for php 5.6.25 for wp video posts plugin?
- Provide http service by wordpress plugin
- Custom user data capture form with auto membership ID
- create web service for android app using wordpress website
- Cannot reset a loop in a plugin template
- WP Super Large Menu Problem
- What is the process for reimplementing a back up WordPress?
- Action hook “wp_insert_post” works but not for last imported post
- Notice: Use of undefined constant Redux_TEXT_DOMAIN – assumed ‘Redux_TEXT_DOMAIN’
- Build and ajax plugin not work
- Problem with executing a function on saving a post
- How can I default a new post to being saved?
- I would like to hear recommendation for a plugin to charge exams [closed]
- Receiving error with Custom Tables plugin
- How to have certain products show for only certain users (Not roles)