By Mel on Saturday, 14 November 2015
Replies 1
Likes 0
Views 1K
Votes 0
Hi,

My search box is too wide so it places the search button underneath it. See image:

Is there a way to change its width so the search button is not squashed at the bottom? Or alternatively, can I add a little space between the search input box and the button and maybe align the button so it sits in the centre?

Kind regards

Mel
Hi Mel,

I am really sorry for the delay of this reply as it weekends for all of us here.

You can try to apply the following css code inside your custom css file and see how it goes.
div#fd.eb.mod-easyblogsearch .mod-btn {
margin-top: 10px;
}
·
Monday, 16 November 2015 11:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post