Page 1 of 1

problems with compare&wishlist icons

Posted: Mon Oct 24, 2016 6:45 am
by mbogdan
Hello

While fixing some other problems i've encountered this strange issue:

http://www.euromobila-canapele.ro/

As you can see,product whishlist and compare icons are smaller and located in the upper part of the bar.
Also the search bar and it's button are out of alignment.

I thought i could correct this by checking stylesheet.css but the problem isn't located there.
Also, error.log doesn't show any relevant info.
Do you know what files should i check to solve this?

Thank you!

Re: problems with compare&wishlist icons

Posted: Tue Oct 25, 2016 9:30 pm
by knowband.plugins
We just checked your website but didn't find any such issue. Have you resolved the issue by yourself?

Re: problems with compare&wishlist icons

Posted: Tue Oct 25, 2016 9:52 pm
by mbogdan
I modified the searchbar height in stylesheet.css as a quick fix.
Under each product the wishlist and compare icons (heart and arrow logos) still remain smaller then the chart icon (adauga in cos - in romanian) .
I haven't found the cause yet.

Re: problems with compare&wishlist icons

Posted: Tue Oct 25, 2016 10:20 pm
by knowband.plugins
You can fix it by editing stylesheet.css

1. For Desktop devices
Search for
.product-thumb .button-group button + button
You will find it on line 640
Add below css code over there:
height:10%;


2. For Mobile phones
Now search for
.product-thumb .button-group button, .product-thumb .button-group button + button {
You will find it on line 658 if you have added point #1 patch.
add below css code over there
height:8%;

Let us know if it doesn't help.

Re: problems with compare&wishlist icons

Posted: Tue Oct 25, 2016 11:59 pm
by mbogdan
thanks, it worked after some tweaking with the height settings.
The problem originated outside of stylesheet.css but i've given up trying to find out where did it start in the beginning.

Thanks again, your help was spot on!

Re: problems with compare&wishlist icons

Posted: Wed Oct 26, 2016 3:49 pm
by Hannah00
I think you can increase the size of icon or chang position of button in admin