Move the Navigation to a new Line:
Add clear:left;
to the .main-navigation
class in your styles.css
With Widgets I assume you mean the 3 sections with the blue graphic.. those have a horizontal padding of 25px and are evenly distributed by their width of 33.33333% -> look at the class .sow-features-list .sow-features-feature
Line 21 of your styles.css
.sow-features-list .sow-features-feature {
text-align: center;
float: left;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 25px; //change this line
margin-bottom: 40px;
}
Related Posts:
- How do I cleanly override a plugin’s CSS with a child theme?
- How to access options of Redux framework in front end
- Function to activate WordPress theme inside a plugin
- unzip a folder on specific location and delete the zip file
- How to integrate plugin in WordPress theme
- Redux Framework has an embedded demo. Click here to activate the sample config file
- How to Display a Plugin function (content) on frontpage using index.php
- Why does my functions.php cause white-screen and media-library issues?
- How to show only next post pagination link using wp_link_pages()
- Overriding Parent Theme… will cause plugins failure?
- Managing wordpress Themes & plugins for multisite
- Alignment Problem [closed]
- Set up functions to be overridden without using function_exists() by short-circuiting them?
- why need theme,if page builder is there in wordpress [closed]
- WordPress API functions not working at AJAX functions.php call
- What’s the right way to implement functions in footer.php
- require_once not working in plugin wordpress
- Elementor Sidebar not loading when PRO elements plugin is active
- How to override any plugin file in the child theme
- when i activate my WordPress plugin cannot see customizer options or preview
- WordPress panel is not loading after plugin activated with error: HTTP ERROR 500
- Add section (add_settings_section) to a custom page (add_submenu_page) not working
- How to customize the colors within a stylesheet using a WordPress setting
- How to copy data from user profile page (profile.php) to theme customizer
- Site is setup statically – how to make it content managable?
- How can I convert a complete bootstrap template into a WordPress template? [closed]
- Issue with customizer and widget page
- How to create an Info Box on WordPress [closed]
- How to create new title and its description inside a section in WP Customizer?
- All of my custom posttypes are 404’ing
- Display post lists in 2nd paragraph
- wp_get_post_terms is difference obj model than the one in rest api response
- how to add a button next to the wordpress view button?
- There is any way to remove post-format filter? [closed]
- Add Plugin options as subpage to Theme options page
- Classified ad website : which solutions to use? [closed]
- Plugin options page with live preview?
- How to overwrite core/libraries/vendor template with child theme
- Buddypress – Add the post_id in the bp_activity_add function
- Making sure that a plugin’s scripts and stylesheets are included for dynamicaly loaded content
- Best place for short bio,image and button [closed]
- Removing an action from wp_footer called in a class that’s inside a bigger class
- What are the specifics of WordPress development I need to know? [closed]
- WordPress shows error related to allow_url_fopen
- How to create a code editor for my plugin .?
- Finding the URL to be used to check if plugin is installed with a theme
- WordPress plugin admin html being shown in Customizer iframe
- How to disable wordpress from overload my stylesheet styles with customizer styles
- Js file is not adding using this code in functions.php
- Installing plugins and using complex folder structure with child theme in WordPress
- wp_footer hook only working on homepage not in other pages
- How can I position ShareThis buttons manually when using the plug-in? [closed]
- How to enqueue javascript for WP Customize options sidebar?
- remove add new post, if there is already one post
- Getting Theme element into plugins page editor in wp admin
- Plugin can not display in my custom theme
- How to use get_template part in the plugin?
- Jquery NoConflict Problem
- Redirect to another page using contact form 7? [closed]
- WordPress premium theme development [duplicate]
- How do I combine a theme with a plugin
- Change WordPress header color using customizer
- how to force tag page layout to use same as search layout?
- How can I show a different theme for admin users? WP 3.8+
- How to over-ride a file in a plugin? [closed]
- Great blogs site resources/tutorial for WordPress Developers? [closed]
- Elementor: How to override global theme style settings? [closed]
- Is there a way to get plugins and themes not built for multisite to work on a network subsite?
- WordPress override archive page template using a plugin
- How to show the number of website visitors in my theme
- Child Themes and Updating Parent Theme
- How to write “alt” tag in image for wordpress code?
- multiple language website navigation menu suggestion
- Why is an array created in a function hooked to customize register populated when customizer is loaded but not when the front-end is loaded?
- How to multiply a post to test internal search results?
- Use different single.php file based on condition
- Color Options from Theme Customizer API not returning via get_theme_mod()
- Customizing Titles on the Fly with Code
- Add SideBar/Widgets Just Below the Post
- Add filter on html tags,attributes on specific function in wordpress
- plugins not working in custom theme
- Release the plugin in the WordPress repository where redux is used
- Shortcode Attributes to Return different $_POST
- What form should the $query media query array have for an Elementor page builder function? [closed]
- How can I support plugins in a custom theme?
- How to use the CSS of the WordPress core in the development of my administration page?
- Redeclare function after plugin activation
- is_rtl returns false while it should return true
- Include Minit plugin in theme [closed]
- Woocommerce singe product custom gallery output works just on the first slide
- What is the purpose of a companion plugin
- Remove Pagination for Product Category Pages WooCommerce
- Avada Child Theme Development
- Questions from a new WP Dev [closed]
- How can I use my custom wordpress theme on two websites? [closed]
- Widget for specific category
- WordPress custom post type image in RSS
- WP Customazation API doesn’t save the default Value
- Add user meta after a user has registered and logged In [closed]
- Visual Composer: Where do I find the source code of a custom element?