Archived topic
Header Widget Control
7 replies · Started by Josep on March 22, 2016
I would like to edit the vertical spacing of the header right widgets.
http://www.artofboardgaming.com
I'm hoping to move the searchbar down to about where the social media icons currently are and then have the social media icons directly below that. I'm assuming that I have to mess around with the padding but I'm not sure which CSS to edit without affecting all the other widgets as well.
Thanks in advance.
Hi there,
Give this CSS a try:
.header-widget .widget_search {
margin-bottom: 0;
padding-bottom: 5px;
margin-top: 25px;
}
perfect - thanks so much, Tom!
You're welcome :)
i want to place my social icons widget and meta slider widget,next to next in header
kindly support css code
Hi there,
Can you try this CSS?
.site-header .widget {
display: inline-block;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
If this doesn't work are you able to open a new topic and provide a link to your site?
Thanks!
Thanks i fixed that issue...
here my site http://www.rkhelectronics.com
now i want to remove extra extended area at right side.i want make it fit to screen.
Your site is not loading for me. It says Error establishing a database connection.
Can you also start a new topic for further questions? Thanks!