This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

epsilon

  • ***
  • 91 posts
Home Search Bar and Search Button
« on: March 06, 2023, 09:26:36 AM »
Hello How and where can I move the search bar and search button on the home page of Epsilon more to the right in the middle. Regards

*

MB Themes

Re: Home Search Bar and Search Button
« Reply #1 on: March 07, 2023, 12:51:08 PM »
Try something like this:
Code: [Select]
.home-search h1 {margin:10px auto;}
.home-search form {margin:0 auto 12px auto;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

epsilon

  • ***
  • 91 posts
Re: Home Search Bar and Search Button
« Reply #2 on: March 07, 2023, 03:12:22 PM »
and where do i find this code to edit it or where do i add this code.


.home-search h1 {margin:10px auto;}
.home-search form {margin:0 auto 12px auto;}

Marked as best answer by epsilon on March 08, 2023, 02:35:15 PM
*

MB Themes

Re: Home Search Bar and Search Button
« Reply #3 on: March 08, 2023, 12:48:59 PM »
@epsilon
It's css code.
Enter i.e. in Appearance > customizatoin
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

epsilon

  • ***
  • 91 posts
Re: Home Search Bar and Search Button
« Reply #4 on: March 08, 2023, 02:35:07 PM »
@epsilon
It's css code.
Enter i.e. in Appearance > customizatoin

worked thanks