It’s css problem apply some css to it, you can do the following when the browser window is smaller than 800px it will hide the overflow of that div, you can simply apply it without media query as well.
add this in your style.css
@media only screen and (max-width: 800px) {
div#box {
overflow: hidden;
}
}
Related Posts:
- different class (css) for sidebar widgets
- Override WordPress Widget CSS Classes?
- Add a specific css to a widget
- Limit number of Widgets in Sidebars
- Translate widget titles using qTranslate plugin
- How Do I Add Custom CSS To Only Certain Widgets
- How to use wp_dequeue_style() for style enqueued in WP_Widget class
- Get sidebar parameters (before_widget, before_title, etc.) from within a widget
- $post>ID displays wrong post ID
- Video Embed in Sidebar Widget with Links to Others in Category
- Remove All Widgets from Sidebar
- Add div class to only one widget
- Unregistering a Sidebar in Child Theme
- Problems with the sidebar args and wp_list_bookmarks
- Ban certain widgets from certain sidebars
- Manual display of widget
- is_active_sidebar() Always Returns False
- Call sidebar from a template
- How could a Widget behave differently depending on sidebar
- Adding classes to dynamic sidebar
- Is there a way to allow only certain type of widgets in the sidebars?
- Customized widget area – how to override or filter class xoxo?
- How to insert widget areas specific to certain pages (or posts, etc.)?
- List sidebars on a page
- WordPress widget new instance creates content duplicates
- the_widget() and widget’s ID
- Insert Widget option into mark-up with register_sidebar
- How do I stop a widget from displaying on mobile site?
- Excluding specific widgets from default sidebar class
- How do I add a widget from an Android phone?
- Can WordPress Read Its Own RSS Feed?
- Can’t see widget areas in my customizer
- Dynamic sidebar based on category
- Making footer widgets responsive
- Show widget differently depending on if it’s in the sidebar or footer
- How put links in wordpress dynamic sidebar?
- How can I assign widgets from WP to appear in bbpress?
- How can I get the first section of a page 100% width, while the rest will have a sidebar? [closed]
- Hide widget (and white space) on specific resolution [closed]
- Modify ‘Sizes’ Attribute for Images with Specific Class
- How to create pagination for homepage with widgetized area?
- Dynamically add content to an existing widget area
- Registering a stylesheet inside my WordPress widget
- How can I inject html after the [x]th widget inside a Sidebar? [duplicate]
- Programmatically add widgets to sidebars
- How to change the default class for the widget title?
- Are widgets meant to be used outside of sidebars?
- Dynamic Sidebar and XHTML Validity?
- Update widget form after drag-and-drop “only specific plugin”
- Recent Comments from Specific Category Widget
- Different sidebars not changing
- Filter Text from sidebar widget?
- Different widgets in sidebar on sub-children pages?
- Display posts from category in post content?
- Trying to style Woocommerce sidebar Cart Widget [closed]
- Menu toggle bar works only on some pages in WordPress
- Header Sidebar Won’t Move Lower – Want to Align with Header Logo [closed]
- Is there a way to use get_sidebar() when no widgets are activated?
- Output column number according to active sidebars
- Custom CSS for a particular text/html widget in WordPress
- What conditional to use for dynamic sidebar check?
- Sidebar widgets – dynamic CSS : problem with widget-title
- Any available action to add content before and after sidebar?
- Distinguish between different widgets of the same type
- links to Media Library content in sidebar per page
- How to customize wordpress sidebar widget
- Why is registering a sidebar for each page causing my sidebars to reset?
- How to Catch Last Widget box From Same Widget Area?
- changing the style of sidebar
- How can I detemine the parameters needed by the_widget()?
- widgets in footer?
- WordPress Local to Live and The Missing Widgets!
- Need to make sidebar responsive only when screen width is greater than 1024px
- Remove widgets on mobile front page without affecting desktop
- How can I have sidebar widgets on Twenty Seventeen theme on all pages?
- Need two sidebar (right and left)in Twenty Seven theme
- How to get sidebar widgets in leftsidebar template
- Add Social Media icon widget to customizer
- Widget text color change
- Loading scripts only if a particular shortcode or widget is present
- Use customizer or sidebar for header settings?
- Script in sidebar blocks other widget’s load
- three sidebars showing without call
- Can I get variable into dynamic sidebar?
- if is within sidebar [duplicate]
- how to call new widgets in sidebar in custom theme?
- How can I get the sidebar id on the current page?
- user definable sidebar per page
- Call sidebar from a template
- Show or hide custom menu widget in side bar conditionally
- Custom tabs widget don’t work in google chrome, is blocked, do not change the tabs. Why?
- Single Widget Multi Sidebar
- Post Thumbnails on Sidebar Widgets
- Correct way to add a block element to sidebar layout
- How to completely remove the sidebar? [closed]
- Subpages menu on sidebar plus widgets
- How can I add multiple content-editable blocks without a plug-in?
- Add a twitter feed to my WordPress website
- How to add an image as a bullet point in a specific WordPress widget? [closed]
- Add custom settings to widget areas