*

ysalim

  • ***
  • 87 posts
alignment search main page
« on: August 03, 2016, 11:16:10 AM »
can't seem to find which line control the search box, what do I need to do to make it align properly?

https://www.dropbox.com/s/hfhknl37cy4yq1x/2016-08-03%2016_04_20-Properti.png?dl=0

Thanks

*

MB Themes

Re: alignment search main page
« Reply #1 on: August 03, 2016, 11:19:27 AM »
@ysalim
On what URL using what browser it is?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ysalim

  • ***
  • 87 posts
Re: alignment search main page
« Reply #2 on: August 03, 2016, 11:21:19 AM »
Mozilla firefox
pm you the url

*

MB Themes

Re: alignment search main page
« Reply #3 on: August 03, 2016, 11:34:04 AM »
@ysalim
It is caused by modifications of your CSS.
You should add following code:
Code: [Select]
margin: 0px 0px 0px -3px;
into code block:
Code: [Select]
.scroller #uniform-undefined.button {  }
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ysalim

  • ***
  • 87 posts
Re: alignment search main page
« Reply #4 on: August 03, 2016, 11:48:31 AM »
it fixed it. thank you.