Change template of search in shop

GK User
Thu Jan 10, 2013 6:49 am
Please refer to the below attachment, I’m trying to achieve two things

1: I would like to move the search box to the right
2: Want to properly show the search word like the search box on the top of the page

The above issues appeared to be same at the demo site. Please advise which files to change. Thanks

Untitled.png
User avatar
Fresh Boarder

teitbite
Sun Jan 13, 2013 2:03 am
Hi

Can You please tell me an exact page to the example of it ? Can be on a demo site, than I'll be able to tell You the code to fix it.
User avatar
Moderator

GK User
Sun Jan 13, 2013 11:33 am
Hi teitbite

Thanks for the reply.

The page is at http://demo.gavick.com/joomla25/eSport/ ... w=category which is a search result page after using the search under the menu at top right hand corner.
User avatar
Fresh Boarder

teitbite
Sun Jan 13, 2013 7:04 pm
Hi

Try add this code to css:

Code: Select all
.virtuemart_search br {
display: none;
}

.virtuemart_search button {
float: right;
}
User avatar
Moderator

GK User
Sun Jan 20, 2013 6:51 am
Thanks but this doesn't moved the button, i've just changed the code to hide it
User avatar
Fresh Boarder

teitbite
Sun Jan 20, 2013 11:05 am
Hi

Ok. Can You please show me Your site and send me an access to joomla panel. I'll be able to try to move it myself than.
User avatar
Moderator


cron