css issue

GK User
Wed Jan 14, 2015 7:25 am
Here is my site http://3d.atoa.com/index.php/buy/buy-cad .The search filter is not alligned properly.here is the screen shot http://prntscr.com/5s9n8o .how can I bring it to proper height.

Thanks.
User avatar
Senior Boarder

GK User
Wed Jan 14, 2015 7:34 am
Where should I click to see this element?
User avatar
Moderator

GK User
Wed Jan 14, 2015 7:59 am
Cyberek wrote:Where should I click to see this element?


here http://3d.atoa.com/index.php/buy/buy-cad the search filter
User avatar
Senior Boarder

GK User
Wed Jan 14, 2015 5:48 pm
I guess you have added this code to override:
Code: Select all
.input-append input{float:left height 40px}

and its completely wrong. It should be:
Code: Select all
.input-append input{float:left; height: 40px;}
User avatar
Moderator

GK User
Tue Jan 20, 2015 11:40 am
Thank you :)
User avatar
Senior Boarder

GK User
Thu Jan 22, 2015 12:36 pm
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Thu Jan 22, 2015 1:11 pm
Cyberek wrote:Is there anything else I can help you with regarding this topic?


yes in mobile view the search filter is not alligned in proper
User avatar
Senior Boarder

GK User
Sat Jan 24, 2015 11:09 am
It is sadly j2store plugin thing. It forces element width that simply doesn't fit in 320px space. Perhaps you can ask their support for help?
User avatar
Moderator


cron