This is more of a css question, but here’s what i found looking at your site:
This selector will control it:
.site-header .widget {
margin: 40px 0 0 0;
}
this is the code that has padding:
<aside id="dokna_product_search-2" class="widget widget_dokna_product_search">
Or if that doesn’t work try making it more specific:
That box (col-md-8.col-sm-7.clearfix) has no height value, so it’s going to adjust. It could be specicifity though. Try this:
.site-header #dokna_product_search-2 {
margin: 40px 0 0 0;
}
You can add !important to the css, but that sometimes adds more confusion in the long run.
Add the code. Let me know if it works, but leave it in so we can confirm it’s there.
Related Posts:
- How to make home widgets appear horizontally
- Creating a simple button inside of a widget
- How to use wp_dequeue_style() for style enqueued in WP_Widget class
- Insert a span inside widget title to give a different color to the second word
- Big side banners
- Unfiltered html in widget title not working
- Customized widget area – how to override or filter class xoxo?
- How to add css classes to widgets using functions.php?
- Text Widget Links Not Working
- Include chat (HTML, js, css) in all pages of WordPress
- different class (css) for sidebar widgets
- Missing sidebar parameter “fix” – before_content
- How put links in wordpress dynamic sidebar?
- Hide widget (and white space) on specific resolution [closed]
- Registering a stylesheet inside my WordPress widget
- CSS not affecting widget output
- How to change the default class for the widget title?
- Override WordPress Widget CSS Classes?
- Add a specific css to a widget
- How to add urls in html widget in a gravity form? [closed]
- Address automatically generated ids in css [closed]
- Custom CSS for a particular text/html widget in WordPress
- Widget : html 2 dimensional array doesn’t work
- Sidebar widgets – dynamic CSS : problem with widget-title
- How to change widget’s form color in admin?
- How to customize wordpress sidebar widget
- WP renders HTML wrong when adding widgets
- Sidebar widgets are over the content in mobile mode, how can I fix it? [closed]
- Widget text color change
- Add custom class to a tags [closed]
- Can I add a widget to the of my site?
- Big side banners
- How to output built-in widgets with number in range as class?
- How do I get shortcode, widget and template tag CSS to load in the head only as required? [duplicate]
- How to add an image as a bullet point in a specific WordPress widget? [closed]
- Unblur content inside blurring background div
- Making a
- How to place a text next to the picture?
- AngularJS ngClass conditional
- How to darken a background using CSS?
- Change Color of Fonts in DIV (CSS)
- Why is “cursor:pointer” effect in CSS not working
- height style property doesn’t work in div elements
- Freeze the top row for an html table only (Fixed Table Header Scrolling)
- HTML list-style-type dash
- Bootstrap throws Uncaught Error: Bootstrap’s JavaScript requires jQuery
- how to center form using bootstrap 4
- Retrieve the position (X,Y) of an HTML element
- SVG drop shadow using css3
- Force table column widths to always be fixed regardless of contents
- Change the color of glyphicons to blue in some- but not at all places using Bootstrap 2
- Using Numbers With Font Awesome
- CSS fixed width in a span
- how do I get the bullet points of a
- to center with the text?
- CSS: Can a div “float:middle” rather than “float:left;” with margin-left?
- How to build widget with arrays inside arrays?
- Add New Footer Widget Area with Limited Options?
- Add div class to only one widget
- How to use control_callback when creating a widget via functions.php or plugin?
- Defer Code in Widgets – Page Speed
- Where are widget configurations stored?
- Remove/Add widgets from/to the Available Widgets pool
- Remove/Unregister or hide a widget added by a plugin
- How can I apply css styling to the current day in the calendar widget
- How to check if a widget has no title
- Excluding specific widgets from default sidebar class
- How to truncate titles in Recent Posts widget?
- Can’t see widget areas in my customizer
- Widget textarea input gets formatted
- How do I change the markup only of a built-in widget?
- Access Customizer widget instance form
- Allow shortcode for custom widget
- One register_sidebar function works, the other doesn’t?
- Show latest posts in a plain HTML website custom widget [closed]
- Modify WordPress widgets Screen
- How can I get the search form to be selected automatically?
- What does apply_filters() do exactly? [duplicate]
- How to change the settings of a video? [closed]
- Ampersand breaking Widget title
- How to allow editing of text in sidebar?
- Shortcode into widget
- How to show avatar of current logged in user in a widget
- Got a problem with a widget
- Widget control – putting a slideshow in the widget area
- I have html form and need to make it work in text editor on template. Only problem is it has .sccs styling file
- Help me I cannot link my font-awesome to my WordPress Theme. I have my font-awesome folder already in my project
- How to update a widget data?
- Recently changed domain name. Home page widgets are now not in the customize menu yet still being on the page
- wp_registered_widgets doesn’t contains my widgets
- How can I write this code snippet so that it echo’s the response when submitting empty fields?
- What is the difference between widget object and widget instance?
- Disable wordpress widget automatically on error
- Widget dynamically add new input field
- How do I stop out of stock items from appearing on my WooCommerce site when using the Layered Nav widget [closed]
- Widgets in PHP files?
- Trying to disable all notifications except for one on woocommerce checkout page with css [closed]
- Text Widget Not Working
- Sample widget code which get data(1-5 record) from Wp_Admin panel and display to Homepage(WordPress Custom Theme)
- is it possible to create custom widgets page in admin?