Your css file clearly shows a max-width of 1020px it appears as if your zoomed out or just on a large screen from your screenshot. If your window is bigger then 1020px then obviously there would be white space on either side.
.container{
width: 100%;
max-width: 1020px;
margin: auto;
}
Also important to note this is not a wordpress issue
Related Posts:
- Menu items description? Custom Walker for wp_nav_menu()
- Sizing screenshot.png without losing aspect ratio
- How Do I Protect My Premium WordPress App Theme from Copying?
- What is $post_id? is it a global variable in WordPress?
- “Quick Edit” > update clears out my custom meta values
- Get entered value of customiser field for live preview
- Call dynamic_sidebar but include/exclude named widgets?
- Add default Backgrounds
- Page template in two level deep folder
- Best practices – Should I create a child theme vs. customizing a framework theme? (such as HTML5 reset)
- Worthwhile to restrict direct access of theme files?
- Why max-width:97.5% on content images?
- Use of undefined constant FS_CHMOD_DIR – assumed ‘FS_CHMOD_DIR’
- How to remove header images from all pages except the home page? skeleton theme
- Replace Home with image link inside custom header menu
- Why use while over if in single wordpress posts?
- WordPress website loads but is not displayed until page scrolled
- wp_enqueue_script being ignored in custom theme
- First completely customized theme, where should I start?
- How to change the customizer´s sidebar width?
- Single Theme folder for Multiple WordPress
- Theme Options page not showing up in admin menu
- Cutomize Colors utility: How to add more configurable colors to a theme
- Force index.php have_posts() loop to exit if no sticky posts found
- WordPress post arrangement using post_class
- Removing non native customizer settings from a child theme
- How to prepare the HTML for WordPress [closed]
- How do the default themes reference style.css?
- Input ordering in wordpress theme customizer
- Alias to theme folder for local development
- Create wordpress header with custom logo in between the menu splitting the menu into two equal parts [closed]
- Can’t work out why widget contents disappear from admin
- Single page site with history.js
- How to create a multiple choice radio group for a single theme option
- Not able to select width of blocks inside of cover block
- Edit footer via customizer
- gutenberg add classes to list items
- wordpress post category shows double`
- How do i make a custom section’s setting display the default value in Customizer?
- In this snippet how do I force the function to use gravatar rated G and fill in the alt for get_avatar()?
- $this->get_field_id() not working in customizer
- Responsive Images – crop don’t seem to work
- Migrated WordPress site renders Chinese
- How to modify default controls in WordPress theme customizer
- Why am I getting a white screen without a slash at the end of the address?
- Wireframe tool for WordPress theme [closed]
- WooCommerce: multiple input field for multiple product variations
- Child Theme header1.php file not overwriting parent theme’s header1.php file
- Where WordPress Stores The Custom Fields Values
- How to use custom function in posts and pages templates
- How to unset a set query variable?
- Theming Using Bootstrap Glyphicons and WordPress Dashicons
- Overide enqueue in non plugable function via child theme
- search.php file not pointing where it should
- How do I get standard posts to open up in their own template when using get_template_part()?
- Overrride buddypress theme function [closed]
- Custom Post Type Query issue
- WP_editor doesnt apply wpautop on single line content
- Starting point for custom Themes [closed]
- How to order by multiple date meta_values?
- Do i need escaping get_the_passsword_form function?
- How to safely return the HTML?
- How do I modify the ‘more’ link in a feed
- Create something that can be added or removed in Customizer
- I need to develop a one-page design
- index.php file in wp-content/themes/ folder
- WordPress dashboard
- Implementing HTML/CSS menu in WordPress theme
- How to format the first line of a post differently?
- show_option_none not working in meta box
- Is there a template tag I can use to link to the archive page corresponding to the month that a post was published on?
- Hide/disable sidebar using shortcode?
- Where are the options “template” and “current_theme” derived from
- Custom Enfold theme tab layout not compatible with WPML
- How do I open a post in a custom page in wordpress?
- A Reviews Page is Showing root Index.php instead of Template-Page
- add diffrent images to a page
- Pages not displaying as sections on static page
- How to test another theme in a live WordPress website instead of live preview?
- custom js script is not loading
- .htaccess and proxy settings for routing a decoupled REST API consuming theme
- I updated my own theme’s code and css
- Editing Them with Child Theme Basics [closed]
- Theme option page doesn’t save options
- Can’t upload images on new theme
- footer menu changes primary menu
- Primary Menu Showing All Pages With No Sub-Nav
- wp_update_comment not working
- WordPress 3.9 two menus in same position?
- Why the slideshow is not shown in my theme?
- What is the proper way to manage versions (with svn) of a theme we create?
- Custom widgets in theme option page
- Installing WordPress on a long temporary URL from host
- Showcase your wordpress themes [closed]
- What is The Best Way to Make Parallax header effect for wordpress theme ?? pure CSS or using JavaScript? [closed]
- Correct way to make a custom block theme responsive
- My wordpress site memory exhausted more than 1GB trying to debug with default
- Display first post on each page differently than the others
- Custom Theme functions.php – Using add_settings_field and input type=”file” to set custom logo
- Image and font support missing in editor when deploying theme remotely