Your primary menu container is set to left: 5000px;
witch stretches the width of the page. You can find this style directive in …themes/sunstone-bookkeeping/css/mobile.css on line 66.
@media screen and (max-width: 600px)
.nav-menu {
position: absolute;
left: 5000px;
}
One way to fix this is to add the following styles to the parent element:
.menu-menu-1-container {
position: relative;
overflow-x: hidden;
}
This solution shouldn’t mess with other styles.
The proper way of applying this kind of changes is described here: child themes. In the style.css file of your child theme you can safely add the solution that I proposed. Cheers!
Related Posts:
- Opinions and recommendations on the best barebones base theme [closed]
- Override parent theme translation on child theme
- Starter Theme vs Parent Theme? Pros and cons
- How to set thumbnail image for a (child) theme
- Difference between stylesheet_directory and template_directory
- Jquery in Child Theme
- Removing Shortcodes from Child Theme
- Edit theme wp_head
- Load a theme based on browser detection
- How to avoid loading style.css twice in child-theme?
- Remove action within a class in a parent theme from the child theme
- Getting rid of unused css directives [closed]
- Override parent theme translation on child theme
- Child-theme breaks site
- get_header(‘header2’) not working properly in child themes
- Is it possible to use child theme of child them?
- Change logo on each page of University Hub theme [closed]
- How do I copy my Parent Templates to my Child Templates?
- Switch to other theme at URL
- Can I create multiple instances of the BuddyPress Activity Stream with separate themes? [closed]
- Can I rename a theme’s folder and still receive updates?
- Child theme not visible
- Overwriting templates in child theme and performance
- Themes—Child Themes
- How to set different settings for a mobile theme?
- How to load parent theme style.css?
- Child theme not using parent theme css/styles/formatting?
- Child Style.css not overriding parent theme style located in assets/css/main.css
- Does theme update also update a child theme zip
- What is the major difference between child theme and normal theme
- How does a Child Theme works?
- Creating new templates in child themes breaks layout
- How to create child theme of already active and customized theme
- Inject widgets from one sidebar into another with PHP
- Where all are child themes recorded when they are created in WordPress
- I have some doubts regarding how to implement child theme
- How Do I Use A Custom Mobile Theme?
- How to change only one javascript function in wordpress child theme?
- Edited Child Theme’s “header.php” but it doesn’t appear to change the file
- Updating my free theme delete all my changes [closed]
- Twenty fifteen theme – change responsive menu condition
- Switching to a child theme
- Getting 503 on various files
- Port existing Bootstrap site to WordPress?
- Do not show one specific widget on one specific page
- How can we hide the parent’s theme url at the child themes details on a multisite?
- Is it possible to create child themes using the WordPress Dashboard?
- Need help with making a website where user can add products
- how do i in ignore/disable/delete a javascript call from parent in child theme?
- Can I create a child theme from a premium theme without losing my posts and page etc that I already have?
- Enqueue custom css file on specific page
- Jetpack CSS .screen-reader-text breaks mobile menu [closed]
- Child theme’s stylesheet cannot load [closed]
- Color Options from Theme Customizer API not returning via get_theme_mod()
- Creating a child-theme: CSS not loading
- simplified explanation on child themes?
- How to override theme class function to child theme? [closed]
- What’s the default order used by WordPress to load CSS files?
- The requested theme does not exist. Stylesheet is missing – error after changing style.css name to my-styles.css in wp child theme?
- Why submenu item’s background color is not changing by css?
- How to add custom JS file in WordPress Child theme with get_theme_file_uri
- How can I remove all traces of a theme?
- WordPress activate theme error $pagenow
- Updating WordPress Theme Files
- Child theme looks different from parent theme, and incorrectly displays parts
- Where did my Theme Editor go?
- Conditional config WP_HOME/WP_SITEURL does not update bloginfo(‘template_url’)?
- Change Image Sizes for Mobile Theme
- WordPress Theme Breaking on Migration to Live Site [closed]
- Blackberry mobile theme redirection
- Efficient wp mobile menu
- Whitespace between logo and site title in Twenty Twenty-Two
- Switching among theme customizations
- Child theme not activating despite success message
- How do I bring a page template into a new theme with separate styling?
- My theme is adding an unmatched end tag and outputting it to my screen
- Minor changes on theme per subdomain – same contents
- How to customize a section of a widget only on certain pages or page
- Custom homepage with recent blog posts
- Where to find child themes?
- Why does WordPress Editor Only Use Half the Box?
- menu mobile show up even i in desktop mode in Newspaper Theme
- Strange Theme Error – parent style occasionally showing though child theme
- How to allow users to switch to the child theme from front end without plugin?
- Plugin to load theme if mobile and specific page
- adding a unique page to an existing site
- Any Mobile Theme Switcher – Theme not complete (Stylesheet missing)
- How do you make your theme Child Theme-able? [duplicate]
- How to create a second index.php?
- Child theme after CSS modification
- Overwrite template-tags.php in child theme
- Divi theme including javascript
- HTML content filtered on blog page
- how to add dynamic footer credit in Greatmag theme [closed]
- Custom page template not working on mobile
- Obtaining the original unchanged Theme [closed]
- Why does twentysixteen take a free hand in dealing with longstanding usability principles? [closed]
- Remove Google Fonts from parent theme within a child theme [closed]
- Check if style is declared in child theme from within parent theme. if so, use that style in parent theme
- Custom Theme Additonal CSS “” are transformed to “>” and “<”