CSS style module VM search

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Apr 23, 2014 12:45 pm
Reply with quote
Report this post
Hello,
I activated the search for VirtueMart instead of the general search box on the web. I just do not get is the same CSS style.
The site is www.santaweb.eu

Thanks!
User avatar
Junior Boarder

teitbite
Wed Apr 23, 2014 1:45 pm
Reply with quote
Report this post
Hi

This would be hard to guess in the first try, so do not worry if it will look bad after adding my code. Copy my code to override.css and remember to allow override in template settings:

Code: Select all
#gkSearch #mod_virtuemart_search {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/style1/search_bg.png");
    background-origin: padding-box;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: auto auto;
    width: 350px;
}
User avatar
Moderator

GK User
Wed Apr 23, 2014 7:59 pm
Reply with quote
Report this post
thank you very much. just need the correct height?? :D
I add in override.css:
height: 35px !important;

Correct?
User avatar
Junior Boarder

teitbite
Fri Apr 25, 2014 9:37 am
Reply with quote
Report this post
Hi

Yes it looks correctly :) Good job.
User avatar
Moderator


cron