You don’t provide lots of details on your code. Something like this should work:
@media only screen and (max-width: 599px) {
#sidebar-left {
display: none;
}
}
Related Posts:
- Should I use set_transient or update_option?
- register_sidebar ignores ‘id’ and ‘class’
- Registering Sidebars and Sidebar Widgets. Sidebar Widgets Not Displaying
- Adding WordPress colorpicker in widget settings
- How do I display the “Archives” widget layout (sidebar) in WordPress by ‘year’ then by ‘months’?
- Is it a good idea to make whole theme widgetized?
- How i can get widgets areas working in customizer?
- Widget Option is Missing
- Is it acceptable for a WordPress theme to not accept widgets?
- How can I hard code my sidebar?
- Create theme for mobile phones and tablets only?
- Change Image Sizes for Mobile Theme
- Text widget is placing everything side by side. I want to post it above
- Best strategy for providing theme options using customizer
- What’s the policy for building a theme that doesn’t support widgets/menus?
- How to add custom css file in theme?
- Is wp_is_mobile() effective?
- get_template_part vs action hooks in themes
- Do I actually need to link my theme’s style.css in the theme files
- How to remove search bar from a wordpress theme? [closed]
- Get url of thumbnail from the media uploader
- Template for individual post designs
- Best practice way to implement custom sections into a WordPress theme
- use add_action(‘wp_head’) in a widget for generating dynamic CSS styles
- Pushing updates to your premium theme
- Where can I find a good reviewed collection of Twenty Ten child themes?
- Front End Post Submit Form
- How can I add an incremental class identifier to my sidebar widgets?
- How do I remove RSS feeds from themes?
- how to create theme based widget that can be drop in sider bar or footer
- CSS in child theme not overriding the parent theme [closed]
- Advantages of using instead of wp_enqueue_style()?
- Style.css redirects to 404 Page not found
- How to add a text widget during theme activation
- Displaying wp menus by name without using theme locations
- How to add dynamic inline style?
- Optimal solution to develop a wordpress theme?
- How to add suggest plugin to theme?
- Prevent update check for specific theme
- Do I really need the div class entry?
- How to determine if post has widget content?
- Am I supposed to create a child theme for every theme I use?
- using wordpress without javascript
- Theme Check: Could not find post_class
- Free starter theme to make mobile websites? [closed]
- Why wp_head() function not loading style.css?
- Override theme programmatically
- Set multiple templates per post
- Widget items disappearing
- WP 3.1 upgrade breaks AutoFocus+ theme
- How can I display/hide certain content based on a Theme Option field?
- create-guten-block in wordpress theme?
- How can I make that when I clic on one of the menu items, that page shows only posts with the same category?
- Theme Splash Image within the “Appearance -> Themes” control panel [duplicate]
- Theme Loading Into Dashboard
- How to make theme elements customizable in wordpress?
- How to add “Template” option in page attributes panel?
- How to check if a WordPress core block is active in sidebar
- Which html elements should be styled in wordpress theme
- Folder name for a pro version of a WordPress.org theme?
- Admin: sub menu doesnt display under apperance when activate my themes
- Overrite parent functions using child functions
- Create a child theme from multiple themes
- How can I specify that an area of my theme contains widgets?
- Are seven additional image sizes are too many?
- How can I use the WordPress Loop and Pagination in multiple instances but different scenarios throughout my site?
- registering a global template wordpress 6.0
- Copying the theme style files and images to duplicate the website but with a difference
- I have WordPress setup on primary domain, how do I set it up on its subdomain using the same database?
- How to set Post meta-box defaults based on the choices made by user in Customizer?
- Theme Action to hook for one time only function [duplicate]
- What is the best way to build home pages with a lot of sections for distributable themes [closed]
- How do I include a partial from a directory below a wordpress theme directory?
- Remove h1 from 2015 theme
- Remove/Hide a Widget on a Custom Template
- How to remove permalinks links presents in each page of my site?
- Is there a way to serve different resolution images to different devices?
- How to make a function occurs for one time?
- How do I restructure the comment HTML layout?
- Theme: dropdown hover menu not showing up in IE/Edge
- Problem with pagination link (error 404)
- how to ensure responsiveness in wp themes? [closed]
- home is not working in wordpreess
- Is there a way to create sections under “Colors” panel in the Theme Customizer?
- Local theme changes upload on server but theme changes not showing
- WordPress Custom font not found
- New created Theme leads to malfunctioning Xampp Apache –> functions.php is cause
- WordPress Blog Page displaying nothing
- Magnific Popup – Add Caption to Images
- Why do WordPress developers use so many opening and closing PHP tags when developing themes? [duplicate]
- Safe way to echo wp_trim_words
- How can I demonstrate themes well?
- How to update my own theme?
- WordPress custom jquery not found
- Custom link color or stylesheets
- Replacing static code in a template file with a sidebar and widgets?
- How to remove proudly created by WordPress in theme?
- Roll my own theme or customize an existing one [closed]
- Why do some sites show themes/”themename” as the only theme?
- Meaning of “if ( is_home() && ! is_front_page() )” snippet?