Google Custom Search

Posted in: Newspaper
Post count: 5

Good Day!

I want to know how can I align the search magnifier to the center.

I only edited the search form and replaced all with the Google custom search code.

Thank you.

Post count: 23312

Hi,

Try the code below and place it in Theme panel -> Cusotm CSS area.

.td_block_template_1 .block-title {
text-align: center;
}

The result is here -> https://www.screencast.com/t/sGj9zBHbRT

Thank you!

Post count: 5

Good Day Sir,

Sorry for the confusion.

I am referring to the magnifier glass on the google custom search tab.

Thank you and have a great day!

Post count: 20688

Hi,

That should be possible with some CSS. Please post a link to the website where the search appears, so we can take a look at it.

Thanks

Post count: 5

URL is: https://www.teacherph.com/

Thank you.

Post count: 20688

A code like this will do the trick – http://prntscr.com/n9j5cg
It can be entered in the theme panel custom CSS section

.gsc-search-button svg {
vertical-align: middle;
}

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.