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:
- similar of my posts in all over the internet sites and blogs [closed]
- Syntax highlighting for post/page editor [closed]
- run silex or slim with wordpress
- Admin menu as submenu from another plugin
- How Is Network Activate Different From Activate (by Implementation)?
- How to empty wordpress custom post Database table
- How to create a custom button for the visual editor that adds 4 non-breaking spaces? (plugin or simple code)
- use WordPress theme / plugin editor in my plugin
- Sort archive view with pre_get_posts hook
- What is the best way to output plugin result in certain url
- How to call shortcode function directly and pass $atts
- Plugin Development: WordPress processes twice on post update. How to skip process on the first?
- Override CSS settings of plugins
- This doesnt work for Plugin get_template_directory_uri()
- While Using Static Pages, How Can I Get /blog into the URL of Each Post?
- Fatal error: Class not found in
- Send emails with wp_mail() using SMTP configured in plugin
- Show “Local Pickup” shipping method only for specific Woocommerce product categories [closed]
- What is the purpose of the wp_enqueue_script() handle?
- What user roles should have wp_unique_post_slug_is_bad_flat_slug filter applied?
- Is there a way to make a pure vanila page of just HTML/CSS/JS
- get_plugins() doesn’t work after plugins_loaded
- Appery.io and WordPress
- Simple ajax call not working in wordpress plugin
- How to save post change url youtube link?
- How make a php script run only with wp-cron
- How to use wordpress $polylang->model->set_post_language in custom php code?
- Plugin-generated pages use Not Found or Pages Archive templates?
- Most efficient way to use classes to create admin pages using Settings API
- CMB2 toolkit: Compare 2 Dates and validate the Time
- Where does the cookie mo_page_views_counter come from?
- Save custom attributes of product in woocommerce
- How to add tags in Submenu page or Menu page
- Using TinyMCE in plugin?
- How to display taxonomy images with wp_list_categories?
- How to use is_single and get_post_type within a plugin?
- What is wordpress way to access a plugin’s classes/models to load custom post type data?
- Change wp-login to custom URL login page
- How do I get a post author’s image/avatar via RSS from another blog?
- Maintaining plugin addons while upgrading
- what is name of this plugin used for photo gallery page [closed]
- Why can’t I call a (member) function from within a foreach?
- Vulnerability Concern From the Plugin or From Not Updating the Plugin?
- PHP if statement with German umlauts [closed]
- How to ignore extra whitespaces in translation functions like _e?
- Can backlinks to my site increase my chances of plugin rejection
- Hide a certain category name from Related Posts
- Custom Font Complications (WordPress) [closed]
- How does translation (gettext) work for translating config file of plugin?
- Must use Plugin not updating HTML code in head
- wp_logout_url($redirect); is not working in wordpress
- Show related posts based of current ACF field name in a single page post (a loop within loop)
- display unique post per category
- How to display a widget on a page with no theme?
- Prevent plug-in scripts on a specific template?
- using wp_footer hook in a plugin
- I’m looking for a visual composer / builder plugin that supports RTL
- Which is a better practice when writing shortcodes: pack lots of configuration parameters or just give an id?
- Plugin prevents code from working
- Determining Whether Automatic Upgrade will Fail?
- I’m having several WP issues, especially with missing images
- I’m looking for a plugin to execute a specific task a certain time
- Show an admin menu item in Editor role
- Want to create custom design of progress indicator in wpforms
- In a WPMU that uses several different domains, how to enable users to register subdomains of any domain from the main site?
- WordPress Custom Hook with Class method
- How create bulk website with amount, total, and checkout fields?
- Open_basedir errors – But setting basedir to none redults in 502 Bad Gateway
- add a hook of Woocommerce to a plugin but it only shows and doesn’t function properly
- Change language in SiteOrigin Widgets
- Image path in childs theme
- one url for all pages
- Using foreach loop for `$instance` of form and update array widget iteration
- how to insert thousands of posts faster?
- Redeclare a plugins function/class in my theme?
- Passing data from a page to an external link
- Send email when a user registers Rest api
- Avoid enormous network payloads
- There was a problem uploading the cover image in buddypress, while uploading profile image?
- How to create a custom control in customizer
- Sanitize AROUND shortcode
- Create shared actions for admin and users with plugin bolierplate
- Plugin Screenshots not showing
- How to Insert images in WordPress using code
- WP plugin calls for custom pages
- It possible to implement an adhoc php web application with wordpress?
- Jetpack Comments Change Placeholder Text
- shortcode which is introduced into entry the blog, and appears in side bar
- Modify plugin and submit to directory
- Sort Reviews/Ratings by date on Woocommerce
- Is it safe to increase/alter the size of the wp_post.guid column from VARCHAR(255) to VARCHAR(2048)?
- correct validate inputs
- How to add a text in the checkout page woocomerce?
- How to filter plugin search results in wp-admin plugin search page
- How can I disable a plugin in Health Check mode if there’s a critical error?
- Automatically create WooCommerce products page by just uploading the images [closed]
- Multiple plugins settings of same developer into ONE settings page linked together
- How do I set WordPress to send 2 different emails based on criteria in the database when someone submits a form?
- SMTP email does not work even with the right firewall rules
- This is a plugin code that supposed to add badge/label Infront of post title but i don’t understand why it is showing the code tags in frontend