It’s a css issue. You need to edit two selectors.
First is the menu width. It’s set to 100% which is why you’re seeing black space. Edit this class below.:
.cap-primary-menu .menu > li.menu-full-width .cap-submenu-ddown {
padding: 20px 25px 25px;
width: 100%; // set this to auto or something smaller than 100%
left: 0;
border: 1px solid #eee;
background: #fff;
}
The li tags within that menu are set to be divisible by five, minus some padding, which is why you see 18%. So you need to change this selector:
.cap-primary-menu .menu > li.menu-full-width .cap-submenu-ddown .container > ul > li {
width: 18.297%; // change this to 30% and go from there.
}
Related Posts:
- Hide prices and checkout functionality in woocommerce
- Woocommerce sidebar not loading in theme
- Only Homepage not loading properly
- Is there a way to get plugins and themes not built for multisite to work on a network subsite?
- How to remove products-links after the product title using remove_action
- Edit all $wp_scripts at once to $in_footer = false
- Edit all $wp_scripts at once to $in_footer = false
- Sold out Label for variable products which are partially sold out
- Securing langugae folder
- Woocommerce: deleted single-product.php, everything still works. How is it possible?
- WP Customer Reviews call short code on another page [closed]
- Why does theme need woocommerce to show images / content on front page?
- Convert from Portfolio post to WooCommerce products [closed]
- Tips for using WordPress as a CMS? [closed]
- What Are Security Best Practices for WordPress Plugins and Themes? [closed]
- How to get the active theme’s slug?
- Add Products to user’s ID Woocommerce
- Migrating a File from Plugin to Theme and changing its path → instead create a REST endpoint
- How to add product images using script?
- dequeue not work
- Invalid shipping method, WooCommerce [closed]
- Translating plugin inside the theme [closed]
- Need Old Version of plugins
- Unable to install theme recommended plugins on Multisite
- More than one text-domain is being used because of the included templates for plugins
- How to prevent users to download videos from lms website?
- Different UI in WordPress
- Unable to upload wordpress plugins
- The problem with WordPress Importer
- How to disable CSS rule in Twentythirteen style.css?
- How to send an automated email to the customers when product is added woocommerce
- Modifying a .js Function for Print [QZ Tray, WooCommerce POS]
- woocommerce product countdown not showing in variable product? [closed]
- Multiple Billing forms in WooCommerce (one billing form per product)
- Linux Permissions and Ownership for WordPress
- Fatal error: Call to undefined function cmsms_theme_page_layout_scheme()
- Theme/Plugin installation through url on button click
- How can I position ShareThis buttons manually when using the plug-in? [closed]
- Does WP delete deprecated plugin/theme files on plugin/theme upgrade?
- How to use get_template part in the plugin?
- How can I use get header from within my plugin?
- My single.php page does not show the related data to the post which is clicked
- Basic gallery plugin suggestion [closed]
- How to write “alt” tag in image for wordpress code?
- How to activate a plugin on the activation of a theme?
- WordPress plugin won’t show on some themes
- WooCommerce: Force coupon for existing/registered customers [closed]
- How to make a dynamic css class whose name changes every visit to confuse scraper
- Add a “View all” button on WooCommerce product archives pages
- I am trying to make a field show and save from quickedit screen
- How do I add a plugin dependency to my customized theme?
- Disable variations on woo commerce if out of stock
- Cannot add edit themes and add plugins after multisite update
- Remove updates text on plugin or themes list page
- WordPress – Ultimate Auction for WooCommerce
- Working on a product group in wordpress, where user choose how many children, wife and husband
- How to add custom plugin data to the cart in woocommerce using custom button on product page?
- Show prices with tax Inclusive in Minicart widget
- WPForms Custom Redirect not working
- Configure upload folder on WoComerce
- WordPress to be used more like an app?
- Remove a div class with condition
- How Can I Increase Breadcrumb Position Count (Starting From 2)?
- Main content of site not showing, but does show when logged in to wp-admin
- Hide Plugin Custom Post Type Menu Link
- Make the product page as homepage WooCommerce
- Hooking into the HTML header container
- BS Authorize.net Problem (Payment in hanging if customers is not logged in)
- Set up new WordPress domain using unclear files
- Getting all woocommerce products from REST API call in plugin
- Genesis Child Theme – Customize body
- Problem Advanced Custom Fields PRO
- my hook or my function wont run in the cronjob
- Get a list of Product Categories inside a loop
- Unable to activate themes on localhost
- Custom product page’s style for printing
- wc_get_product_terms() throws “Notice: Undefined offset: 0”
- Woocommerce list variations that are added already to cart in Single Product
- {status}_{post_type} does not run correctly?
- Widget logic using woocommerce product category
- why my wordpress dont have toolbar like, plugin, themes and other?
- WordPress Theme Conflict With Plugin
- Using activated_plugin to run code
- How to Save settings of custom tab product page in admin side in a database?
- Creating themes using the one Plugin (Toolkit)
- Holding 2 wp_user in the same action (to update billing_email when user_email is updated)
- Template from scratch: Sidebars not showing widget
- Why do I get this “peer’s certificate issuer not recognised” error when trying to install a theme?
- Site is setup statically – how to make it content managable?
- How to execute init or woocommerce_init only for checkout page
- Javascript as Jquery Function Call?
- Any plugin/theme available which suits my requirement? [closed]
- Two sites one PC
- How to escape html code?
- Elementor with system colors instead of kit colors [closed]
- Shortcode inside a redirect [closed]
- Create Custom Coupon Type
- Add different sizes packaging boxes to orders plugin
- Prevent primary navigational menu from expanding during page load (WordPress / Astra Theme)
- A multi-section WordPress store [closed]