*

Izzyboi

  • ***
  • 60 posts
How can I center search box in gamma
« on: August 08, 2020, 11:30:05 PM »
Hello

Please how can I center the search box on the homepage of gamma theme

Thanks

*

Izzyboi

  • ***
  • 60 posts
Re: How can I center search box in gamma
« Reply #1 on: August 10, 2020, 07:25:38 PM »
Someone please help

*

MB Themes

Re: How can I center search box in gamma
« Reply #2 on: August 11, 2020, 01:13:19 PM »
@izzyboi
Try this:
Code: [Select]
#home-search {text-align:center;}
#home-search .inside > .box {float: none; display: inline-block; margin: 0 auto;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Izzyboi

  • ***
  • 60 posts
Re: How can I center search box in gamma
« Reply #3 on: August 11, 2020, 01:59:41 PM »
@izzyboi
Try this:
Code: [Select]
#home-search {text-align:center;}
#home-search .inside > .box {float: none; display: inline-block; margin: 0 auto;}
Thanks
Where do I put the code
Inc search php?

*

MB Themes

Re: How can I center search box in gamma
« Reply #4 on: August 11, 2020, 04:46:40 PM »
Css code belongs to css file
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Izzyboi

  • ***
  • 60 posts
Re: How can I center search box in gamma
« Reply #5 on: August 13, 2020, 02:44:53 AM »
Css code belongs to css file
It didn't work.
Or is there a specific location I'm   supposed to put it in style.css

Thanks